From 70ecaa8a6e049da9742c7b82f827378011c935bc Mon Sep 17 00:00:00 2001 From: MacRimi Date: Mon, 5 May 2025 10:50:09 +0200 Subject: [PATCH] Update storage_menu.sh --- scripts/menus/storage_menu.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/scripts/menus/storage_menu.sh b/scripts/menus/storage_menu.sh index af3141f..ba1134f 100644 --- a/scripts/menus/storage_menu.sh +++ b/scripts/menus/storage_menu.sh @@ -33,22 +33,27 @@ while true; do "4" "$(translate "Return to Main Menu")" 3>&1 1>&2 2>&3) case $OPTION in - 1) + 1) + show_proxmenux_logo msg_info2 "$(translate "Running script: Add Disk Passthrough to a VM")..." bash <(curl -s "$REPO_URL/scripts/storage/disk-passthrough.sh") ;; 2) + show_proxmenux_logo msg_info2 "$(translate "Running script: Add Disk Passthrough to a CT")..." bash <(curl -s "$REPO_URL/scripts/storage/disk-passthrough_ct.sh") ;; 3) + show_proxmenux_logo msg_info2 "$(translate "Running script: Import Disk Image to a VM")..." bash <(curl -s "$REPO_URL/scripts/storage/import-disk-image.sh") ;; 4) + show_proxmenux_logo exec bash <(curl -s "$REPO_URL/scripts/menus/main_menu.sh") ;; *) + show_proxmenux_logo exec bash <(curl -s "$REPO_URL/scripts/menus/main_menu.sh") ;; esac