mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-10 03:50:33 +03:00
show queuefilename in dialog logs to match behavior of cli mode
This commit is contained in:
parent
c14c9d6359
commit
7262d5fa8b
@ -55,5 +55,6 @@ enhancements:
|
||||
* Allow the user to specify what to do on errors once and for all with the
|
||||
'-e' command line switch. The user can now tell sbopkg to ignore any error
|
||||
or to automatically stop on the first one. Thanks to Alan Hicks for
|
||||
suggesting this feature.
|
||||
suggesting this feature and thanks to Mauro Giachero for implementing both
|
||||
the previous feature and this one.
|
||||
+--------------------------+
|
||||
|
@ -1133,6 +1133,7 @@ load_user_queue () {
|
||||
for ((i=0; i<${#USERQUEUE[*]}; i++)); do
|
||||
FILE=$QUEUEDIR/${USERQUEUE[$i]//'"'/}
|
||||
if [ -r $FILE ]; then
|
||||
CLIQUEUEFILE=$FILE
|
||||
# this inhibits add_item_to_queue's msgbox for each added app
|
||||
touch $TMP/sbopkg_user_queue.lck
|
||||
# Reading from $FILE...
|
||||
|
Loading…
Reference in New Issue
Block a user