Merge pull request #1704 from serghey-rodin/Skamasle-patch-2

Fix function check_result
This commit is contained in:
dpeca 2018-09-09 16:44:19 +02:00 committed by GitHub
commit cbaffbd561
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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