Quote '_portzap'
This commit is contained in:
parent
2c85e47fdb
commit
5619e94670
3 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ branch=$3
|
|||
##
|
||||
# main
|
||||
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
|
||||
fi
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ installdir=$2
|
|||
##
|
||||
# main
|
||||
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
|
||||
fi
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ change_branch()
|
|||
##
|
||||
# main
|
||||
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
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue