Rephrase error message

This commit is contained in:
0x1eef 2024-04-19 06:30:06 -03:00
parent 3e0f09c060
commit a4a6253062
3 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@ branch=$3
## ##
# main # main
if ! "${libexec}"/isportzap-member; then if ! "${libexec}"/isportzap-member; then
echo "[-] This command requires a member of the _portzap group" echo "[-] This command must be run by a member of the _portzap group"
exit 1 exit 1
fi fi

View file

@ -9,7 +9,7 @@ installdir=$2
## ##
# main # main
if ! "${libexec}"/isportzap-member; then if ! "${libexec}"/isportzap-member; then
echo "[-] This command requires a member of the _portzap group" echo "[-] This command must be run by a member of the _portzap group"
exit 1 exit 1
fi fi

View file

@ -34,7 +34,7 @@ change_branch()
## ##
# main # main
if ! "${libexec}"/isportzap-member; then if ! "${libexec}"/isportzap-member; then
echo "[-] This command requires a member of the _portzap group" echo "[-] This command must be run by a member of the _portzap group"
exit 1 exit 1
fi fi