From 6c54e2d54506f2fa7aadf2e0bf4b56f79fee0927 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Thu, 22 May 2025 19:19:34 +0200 Subject: [PATCH] Update menu_post_install.sh --- scripts/menus/menu_post_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/menus/menu_post_install.sh b/scripts/menus/menu_post_install.sh index e05608a..9addc67 100644 --- a/scripts/menus/menu_post_install.sh +++ b/scripts/menus/menu_post_install.sh @@ -77,7 +77,7 @@ show_menu() { selected_number=$(echo "$script_selection" | awk '{print $1}') if [ "$selected_number" = "$((${#scripts[@]}+1))" ]; then - show_proxmenux_logo + #show_proxmenux_logo exec bash <(curl -s "$REPO_URL/scripts/menus/main_menu.sh") fi @@ -88,7 +88,7 @@ show_menu() { fi else - show_proxmenux_logo + #show_proxmenux_logo exec bash <(curl -s "$REPO_URL/scripts/menus/main_menu.sh") fi done