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 <noreply@anthropic.com>
This commit is contained in:
cschantz
2026-02-27 21:56:26 -05:00
parent 27596db042
commit 794911d688
-2
View File
@@ -3108,8 +3108,6 @@ main() {
# After step 5, return to menu # After step 5, return to menu
echo "" echo ""
print_info "Returning to menu..."
press_enter
;; ;;
C|c) C|c)
# Compare original vs recovered database # Compare original vs recovered database