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