webbuild-cgi: minor fix on variable check
This commit is contained in:
parent
0febe8f777
commit
ee91237d64
@ -225,7 +225,7 @@ if [ "$REQUEST" = "refresh" -o ! "$USER" ]; then
|
||||
STARGET=
|
||||
SID=
|
||||
eval $line
|
||||
[ "$SID" ] || continue
|
||||
[ "$SID" -a "$FROMID" ] || continue
|
||||
[ $SID -ge $FROMID ] || continue
|
||||
[ "$STARGET" = "developers" -a ! "$USER" ] && continue
|
||||
[ "$SUSER" = "$USER" -a "$STARGET" == "developers" ] && continue
|
||||
|
Loading…
Reference in New Issue
Block a user