mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +00:00
Update main_menu2.sh
This commit is contained in:
parent
4579825331
commit
ac5c72b388
@ -163,7 +163,8 @@ show_storage_menu() {
|
||||
|
||||
case $OPTION in
|
||||
1)
|
||||
msg_info "$(translate "Running script:") $(translate "Disk Passthrough")..."
|
||||
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.")"
|
||||
@ -171,7 +172,7 @@ show_storage_menu() {
|
||||
fi
|
||||
;;
|
||||
2)
|
||||
msg_info "$(translate "Running script:") $(translate "Import Disk Image")..."
|
||||
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.")"
|
||||
|
Loading…
x
Reference in New Issue
Block a user