Rephrase another error message
This commit is contained in:
parent
589702e7e3
commit
1572ea4c1d
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ doas="${localbase}"/etc/doas.conf
|
|||
##
|
||||
# main
|
||||
if [ "$(id -u)" != "0" ]; then
|
||||
echo "[-] This command must be run as root"
|
||||
echo "[-] This command must be run by root"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
|
@ -58,7 +58,7 @@ run_install()
|
|||
##
|
||||
# main
|
||||
if [ "$(id -u)" != "0" ]; then
|
||||
echo "[-] This command must be run as root"
|
||||
echo "[-] This command must be run by root"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue