Update storage_menu.sh

This commit is contained in:
MacRimi 2025-05-22 19:16:17 +02:00
parent ffb46f18d0
commit 261bf4a5d5

View File

@ -34,26 +34,26 @@ while true; do
case $OPTION in case $OPTION in
1) 1)
show_proxmenux_logo #show_proxmenux_logo
msg_info2 "$(translate "Running script: Add Disk Passthrough to a VM")..." msg_info2 "$(translate "Running script: Add Disk Passthrough to a VM")..."
bash <(curl -s "$REPO_URL/scripts/storage/disk-passthrough.sh") bash <(curl -s "$REPO_URL/scripts/storage/disk-passthrough.sh")
;; ;;
2) 2)
show_proxmenux_logo #show_proxmenux_logo
msg_info2 "$(translate "Running script: Add Disk Passthrough to a CT")..." msg_info2 "$(translate "Running script: Add Disk Passthrough to a CT")..."
bash <(curl -s "$REPO_URL/scripts/storage/disk-passthrough_ct.sh") bash <(curl -s "$REPO_URL/scripts/storage/disk-passthrough_ct.sh")
;; ;;
3) 3)
show_proxmenux_logo #show_proxmenux_logo
msg_info2 "$(translate "Running script: Import Disk Image to a VM")..." msg_info2 "$(translate "Running script: Import Disk Image to a VM")..."
bash <(curl -s "$REPO_URL/scripts/storage/import-disk-image.sh") bash <(curl -s "$REPO_URL/scripts/storage/import-disk-image.sh")
;; ;;
4) 4)
show_proxmenux_logo #show_proxmenux_logo
exec bash <(curl -s "$REPO_URL/scripts/menus/main_menu.sh") exec bash <(curl -s "$REPO_URL/scripts/menus/main_menu.sh")
;; ;;
*) *)
show_proxmenux_logo #show_proxmenux_logo
exec bash <(curl -s "$REPO_URL/scripts/menus/main_menu.sh") exec bash <(curl -s "$REPO_URL/scripts/menus/main_menu.sh")
;; ;;
esac esac