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
|
# 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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue