1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-08 04:09:15 -04:00

Print the final message

This commit is contained in:
purian23
2025-10-24 18:44:28 -04:00
parent e8c2469227
commit abc7badfa9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -222,7 +222,7 @@ jobs:
break
done < <(pgrep -a -f 'quickshell.*dms' 2>/dev/null)
echo -e "\033[1;34mDMS has been upgraded...\033[0m"
printf '\033[1;34mDMS has been upgraded...\033[0m\n'
fi
%files
+1 -1
View File
@@ -179,7 +179,7 @@ if [ "$1" -ge 2 ]; then
break
done < <(pgrep -a -f 'quickshell.*dms' 2>/dev/null)
echo -e "\033[1;34mDMS has been upgraded...\033[0m"
printf '\033[1;34mDMS has been upgraded...\033[0m\n'
fi
%files