Quote '_portzap'

This commit is contained in:
0x1eef 2024-04-19 08:00:37 -03:00
parent 2c85e47fdb
commit 5619e94670
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 must be run by 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 must be run by 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

@ -28,7 +28,7 @@ change_branch()
## ##
# main # main
if ! "${libexec}"/isportzap-member; then if ! "${libexec}"/isportzap-member; then
echo "[-] This command must be run by 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