Rephrase another error message

This commit is contained in:
0x1eef 2024-04-19 07:43:38 -03:00
parent 589702e7e3
commit 1572ea4c1d
2 changed files with 2 additions and 2 deletions

View file

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

View file

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