From 6934df253f6556679773736ec8eae50527509a96 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Sun, 16 Nov 2025 10:19:50 +0100 Subject: [PATCH] update menu --- install_proxmenux.sh | 2 ++ menu | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/install_proxmenux.sh b/install_proxmenux.sh index 99a3249..c9074e3 100755 --- a/install_proxmenux.sh +++ b/install_proxmenux.sh @@ -1037,6 +1037,8 @@ install_proxmenux() { type_text "To run ProxMenux, simply execute this command in the console or terminal:" echo -e "${YWB} menu${CL}" echo + # ------- + exit 0 } if [ "$(id -u)" -ne 0 ]; then diff --git a/menu b/menu index e0aab87..a013fac 100644 --- a/menu +++ b/menu @@ -82,7 +82,7 @@ check_updates() { bash "$INSTALL_SCRIPT" --update - exec menu + return 0 fi