mirror of
https://github.com/mtan93/Installomator.git
synced 2026-03-08 05:31:53 +00:00
Omit ' - ' when used with switftDialog
This commit is contained in:
@@ -1018,7 +1018,7 @@ updateDialog() {
|
|||||||
echo "progress: $progress" >> $cmd_file
|
echo "progress: $progress" >> $cmd_file
|
||||||
fi
|
fi
|
||||||
if [[ $message != "" ]]; then
|
if [[ $message != "" ]]; then
|
||||||
echo "progresstext: $name - $message" >> $cmd_file
|
echo "progresstext: $message" >> $cmd_file
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
# list item has a value, so we update the progress and text in the list
|
# list item has a value, so we update the progress and text in the list
|
||||||
|
|||||||
Reference in New Issue
Block a user