Update slack-fix.sh

This commit is contained in:
Michael
2024-07-23 18:43:17 +01:00
committed by GitHub
parent 3494ca3f26
commit f8fb714c60

View File

@@ -49,7 +49,7 @@ while [ ! -e "$(echo "$app" | cut -d ',' -f2)" ]
do
sleep 2
done
dialog_command "progresstext: \"$(echo "$app" | cut -d ',' -f1)\" network"
dialog_command "progresstext: \"$(echo "$app" | cut -d ',' -f1)\"."
dialog_command "listitem: $(echo "$app" | cut -d ',' -f1): ✅"
progress_index=$(( progress_index + 1 ))
echo "at item number $progress_index"