mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 18:45:53 +00:00
Debug(scripts): Remove line 97 entirely
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user