mirror of
https://github.com/sbopkg/sbopkg
synced 2025-02-10 20:47:56 +01:00
forgot to add one change to the check for path code
This commit is contained in:
parent
7307d03a63
commit
f777578f0f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue