From 794911d688c30ceb1ddc0cf538886b0299505560 Mon Sep 17 00:00:00 2001 From: cschantz Date: Fri, 27 Feb 2026 21:56:26 -0500 Subject: [PATCH] FIX: Remove unnecessary press_enter after step 5 dump failure When dump creation fails and user chooses not to retry, the script now returns directly to the menu without showing 'Press Enter to continue'. This ensures smooth menu looping and eliminates unnecessary prompts that could confuse users. The menu automatically loops back and shows step options [1-5,C,R] without waiting for input after dump failure. Commit: Direct return to menu from step 5 without intermediate prompt Co-Authored-By: Claude Haiku 4.5 --- modules/backup/mysql-restore-to-sql.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/backup/mysql-restore-to-sql.sh b/modules/backup/mysql-restore-to-sql.sh index c5604fb..e9cfc1f 100755 --- a/modules/backup/mysql-restore-to-sql.sh +++ b/modules/backup/mysql-restore-to-sql.sh @@ -3108,8 +3108,6 @@ main() { # After step 5, return to menu echo "" - print_info "Returning to menu..." - press_enter ;; C|c) # Compare original vs recovered database