From f8fb714c6058a82cd6410ce43f884beb9aee40a3 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Tue, 23 Jul 2024 18:43:17 +0100 Subject: [PATCH] Update slack-fix.sh --- slack-fix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slack-fix.sh b/slack-fix.sh index 824c1bc..1776938 100644 --- a/slack-fix.sh +++ b/slack-fix.sh @@ -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"