From 7259b0a850216b106cbb119226a1b3e6ec6a6bcc Mon Sep 17 00:00:00 2001 From: MacRimi Date: Thu, 14 Aug 2025 17:52:57 +0200 Subject: [PATCH] Update install_proxmenux.sh --- install_proxmenux.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install_proxmenux.sh b/install_proxmenux.sh index 18def7d..2aa532b 100644 --- a/install_proxmenux.sh +++ b/install_proxmenux.sh @@ -526,6 +526,7 @@ show_installation_options() { "1" "Normal Version (English only)" 3>&1 1>&2 2>&3) if [ -z "$INSTALL_TYPE" ]; then + show_proxmenux_logo msg_warn "Installation cancelled." exit 1 fi @@ -535,6 +536,7 @@ show_installation_options() { "2" "Translation Version (Multi-language support)" 3>&1 1>&2 2>&3) if [ -z "$INSTALL_TYPE" ]; then + show_proxmenux_logo msg_warn "Installation cancelled." exit 1 fi @@ -543,6 +545,7 @@ show_installation_options() { if [ -z "$INSTALL_TYPE" ]; then + show_proxmenux_logo msg_warn "Installation cancelled." exit 1 fi @@ -550,12 +553,14 @@ show_installation_options() { # For new installations, show confirmation with details if [ "$current_install_type" = "none" ]; then if ! show_installation_confirmation "$INSTALL_TYPE"; then + show_proxmenux_logo msg_warn "Installation cancelled." exit 1 fi fi if ! handle_installation_change "$current_install_type" "$INSTALL_TYPE"; then + show_proxmenux_logo msg_warn "Installation cancelled." exit 1 fi