Add whitespace in conditional (fix has_portzap_access)
This commit is contained in:
parent
9f52040f86
commit
e8c78f4f0e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ has_portzap_access() {
|
|||
groups=$(id -Gn)
|
||||
in_group=1
|
||||
for g in $groups; do
|
||||
if [ $g="_portzap" ];
|
||||
if [ $g = "_portzap" ];
|
||||
then
|
||||
in_group=0
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue