mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-13 05:20:18 +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)"
|
USERQUEUE="$(cat $TMP/sbopkg_user_queue)"
|
||||||
if [ ! "$USERQUEUE" = "" ]; then
|
if [ ! "$USERQUEUE" = "" ]; then
|
||||||
if $(echo $USERQUEUE | grep -q \/); then
|
if $(echo $USERQUEUE | grep -q \/); then
|
||||||
continue
|
USERQUEUE=$USERQUEUE
|
||||||
else
|
else
|
||||||
USERQUEUE=$TMP/$USERQUEUE
|
USERQUEUE=$TMP/$USERQUEUE
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user