[fix] Change comment

This commit is contained in:
ljf (zamentur) 2021-07-07 00:30:32 +02:00 committed by GitHub
parent cc152b0c95
commit 01cdc4cd3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -228,11 +228,10 @@ function check_assertions()
fi
fi
# Assert we're root
[[ "$(id -u)" == "0" ]] || die "This script must be run as root. On most setups, typing 'sudo -i' can be used to become root."
# Assert we're root
# Check PATH var
[[ "$PATH" == *"/sbin"* ]] || die "Your environment PATH variable must contains /sbin directory."
# Assert systemd is installed