mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-10 03:50:33 +03:00
forgot to add one change to the check for path code
This commit is contained in:
parent
7307d03a63
commit
f777578f0f
@ -913,7 +913,7 @@ if [ $? = 0 ]; then
|
||||
USERQUEUE="$(cat $TMP/sbopkg_user_queue)"
|
||||
if [ ! "$USERQUEUE" = "" ]; then
|
||||
if $(echo $USERQUEUE | grep -q \/); then
|
||||
continue
|
||||
USERQUEUE=$USERQUEUE
|
||||
else
|
||||
USERQUEUE=$TMP/$USERQUEUE
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user