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
|
# main
|
||||||
if [ "$(id -u)" != "0" ]; then
|
if [ "$(id -u)" != "0" ]; then
|
||||||
echo "[-] This command must be run as root"
|
echo "[-] This command must be run by root"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -58,7 +58,7 @@ run_install()
|
||||||
##
|
##
|
||||||
# main
|
# main
|
||||||
if [ "$(id -u)" != "0" ]; then
|
if [ "$(id -u)" != "0" ]; then
|
||||||
echo "[-] This command must be run as root"
|
echo "[-] This command must be run by root"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue