Omit ' - ' when used with switftDialog

This commit is contained in:
Dan K. Snelson
2022-10-06 11:17:03 -06:00
parent 3364e6cf07
commit 7dabe54f18

View File

@@ -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