mirror of
https://github.com/zuno/slackpkgplus
synced 2025-01-13 20:01:04 +01:00
fixed a glitch it '-dialog=off download'
This commit is contained in:
parent
c3df72d808
commit
92b36cce88
1 changed files with 1 additions and 0 deletions
|
@ -2531,6 +2531,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then
|
||||||
fi
|
fi
|
||||||
LIST="$(echo -e $LIST | sort -u)"
|
LIST="$(echo -e $LIST | sort -u)"
|
||||||
done
|
done
|
||||||
|
echo -e "DONE\n"
|
||||||
DELALL="off"
|
DELALL="off"
|
||||||
if ! [ "$LIST" = "" ]; then
|
if ! [ "$LIST" = "" ]; then
|
||||||
showlist "$LIST" $CMD
|
showlist "$LIST" $CMD
|
||||||
|
|
Loading…
Reference in a new issue