From 10a0b91c37d561540069b839cd17babe9cc1c6f5 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Mon, 5 May 2025 08:05:21 +0200 Subject: [PATCH] Update menu_post_install.sh --- scripts/menus/menu_post_install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/menus/menu_post_install.sh b/scripts/menus/menu_post_install.sh index 4bad31d..d7a8d50 100644 --- a/scripts/menus/menu_post_install.sh +++ b/scripts/menus/menu_post_install.sh @@ -57,6 +57,7 @@ show_menu() { selected_number=$(echo "$script_selection" | awk '{print $1}') if [ "$selected_number" = "$((${#scripts[@]}+1))" ]; then + show_proxmenux_logo exec bash <(curl -s "$REPO_URL/scripts/menus/main_menu.sh") fi @@ -67,6 +68,7 @@ show_menu() { fi else + show_proxmenux_logo exec bash <(curl -s "$REPO_URL/scripts/menus/main_menu.sh") fi done