mirror of
https://github.com/YunoHost/install_script.git
synced 2024-09-03 20:06:25 +02:00
[fix] Change comment
This commit is contained in:
parent
a3984321dd
commit
0f3e8edfc8
1 changed files with 1 additions and 2 deletions
3
buster
3
buster
|
@ -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, the command 'sudo -i' can be run first 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
|
||||
|
|
Loading…
Add table
Reference in a new issue