1
0
mirror of https://github.com/tw93/Mole.git synced 2026-02-07 03:35:40 +00:00
This commit is contained in:
Tw93
2025-12-08 18:59:52 +08:00
parent 1ffd677bf2
commit 88c5f92ac4
8 changed files with 38 additions and 38 deletions

View File

@@ -418,7 +418,7 @@ batch_uninstall_applications() {
done
done
if [[ ${#removed_paths[@]} -gt 0 ]]; then
remove_apps_from_dock "${removed_paths[@]}" 2>/dev/null || true
remove_apps_from_dock "${removed_paths[@]}" 2> /dev/null || true
fi
fi