Debug(scripts): Remove line 97 entirely

This commit is contained in:
courtmanr@gmail.com
2025-04-29 11:41:38 +01:00
parent 8ac73e9bdc
commit 473c4ba8cf
-1
View File
@@ -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