Rephrase error message
This commit is contained in:
parent
3e0f09c060
commit
a4a6253062
3 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ branch=$3
|
|||
##
|
||||
# main
|
||||
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
|
||||
fi
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ installdir=$2
|
|||
##
|
||||
# main
|
||||
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
|
||||
fi
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ change_branch()
|
|||
##
|
||||
# main
|
||||
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
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue