From 92b36cce887771ead172c2b1135fe94f2928ad34 Mon Sep 17 00:00:00 2001 From: Matteo Rossini Date: Sun, 9 Jan 2022 13:17:49 +0100 Subject: [PATCH] fixed a glitch it '-dialog=off download' --- src/slackpkgplus.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/slackpkgplus.sh b/src/slackpkgplus.sh index 4dddbe4..b639afd 100755 --- a/src/slackpkgplus.sh +++ b/src/slackpkgplus.sh @@ -2531,6 +2531,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then fi LIST="$(echo -e $LIST | sort -u)" done + echo -e "DONE\n" DELALL="off" if ! [ "$LIST" = "" ]; then showlist "$LIST" $CMD