mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-07-08 17:36:53 +00:00
Update storage_menu.sh
This commit is contained in:
parent
4c76dd9cbd
commit
21637d4cc5
@ -36,7 +36,7 @@ initialize_cache
|
||||
echo -e "\033[33m[INFO] $(translate "Running script:") $(translate "Disk Passthrough")...\033[0m"
|
||||
bash <(curl -s "$REPO_URL/scripts/disk-passthrough.sh")
|
||||
if [ $? -ne 0 ]; then
|
||||
msg_info "$(translate "Operation cancelled.")"
|
||||
msg_warn "$(translate "Operation cancelled.")"
|
||||
sleep 2
|
||||
fi
|
||||
;;
|
||||
@ -44,7 +44,7 @@ initialize_cache
|
||||
echo -e "\033[33m[INFO] $(translate "Running script:") $(translate "Import Disk Image")...\033[0m"
|
||||
bash <(curl -s "$REPO_URL/scripts/import-disk-image.sh")
|
||||
if [ $? -ne 0 ]; then
|
||||
msg_info "$(translate "Operation cancelled.")"
|
||||
msg_warn "$(translate "Operation cancelled.")"
|
||||
sleep 2
|
||||
fi
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user