From 7dabe54f18c33714dc0433feadb2896f5f8deb4e Mon Sep 17 00:00:00 2001 From: "Dan K. Snelson" Date: Thu, 6 Oct 2022 11:17:03 -0600 Subject: [PATCH] Omit ' - ' when used with switftDialog --- fragments/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fragments/functions.sh b/fragments/functions.sh index bbd6bed..ef8e232 100644 --- a/fragments/functions.sh +++ b/fragments/functions.sh @@ -1018,7 +1018,7 @@ updateDialog() { echo "progress: $progress" >> $cmd_file fi if [[ $message != "" ]]; then - echo "progresstext: $name - $message" >> $cmd_file + echo "progresstext: $message" >> $cmd_file fi else # list item has a value, so we update the progress and text in the list