refactor(nav): use exit code 75 to suppress redundant "Press Enter" prompt

- app submenus return 75 on back/exit instead of 0
- index menus capture child exit code and skip pause when rc is 75
- applies to apps (coolify, pterodactyl, uptime-kuma, cloudpanel, proxmox) and tools (server-benchmark, system-infos) indexes
This commit is contained in:
2026-05-12 22:28:16 -04:00
parent c7dcaed0bf
commit 173b3bd581
9 changed files with 42 additions and 43 deletions
+1 -1
View File
@@ -637,7 +637,7 @@ main() {
2) update_cloudpanel ;;
3) show_status ;;
4) configure_rclone_backblaze ;;
0) return 0 ;;
0) return 75 ;;
*) echo -e "${RED}Invalid option${NC}" ;;
esac