mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 21:34:11 -07:00
Merge pull request #1704 from serghey-rodin/Skamasle-patch-2
Fix function check_result
This commit is contained in:
commit
cbaffbd561
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ fi
|
||||||
|
|
||||||
# Checking root permissions
|
# Checking root permissions
|
||||||
if [ "x$(id -u)" != 'x0' ]; then
|
if [ "x$(id -u)" != 'x0' ]; then
|
||||||
check_error 1 "Script can be run executed only by root"
|
check_result 1 "Script can be run executed only by root"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Checking admin user account
|
# Checking admin user account
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue