From c68a5ce2e04c17d1883508b0565751e38653c734 Mon Sep 17 00:00:00 2001 From: "courtmanr@gmail.com" Date: Tue, 29 Apr 2025 11:41:38 +0100 Subject: [PATCH] Debug(scripts): Remove line 97 entirely --- scripts/install-pulse.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install-pulse.sh b/scripts/install-pulse.sh index a430373b5..7a5f69b76 100644 --- a/scripts/install-pulse.sh +++ b/scripts/install-pulse.sh @@ -94,7 +94,6 @@ check_installation_status_and_determine_action() { # Prompt based on status if [ "$INSTALL_MODE" = "uptodate" ]; then echo "Choose an action:" - # echo " 1) Re-run installation/update process anyway" # <-- Commented out for debugging echo " 2) Remove Pulse" echo " 3) Cancel" read -p "Enter your choice (1-3): " user_choice