mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +00:00
Update create_vm_menu.sh
This commit is contained in:
parent
cd150ea039
commit
338962ca90
@ -34,6 +34,9 @@ while true; do
|
||||
case $OPTION in
|
||||
1)
|
||||
msg_info2 "$(translate "Running script:") $(translate "Synology DSM VM Creator")..."
|
||||
for fd in {3..63}; do
|
||||
eval "exec ${fd}>&-"
|
||||
done
|
||||
bash <(curl -s "$REPO_URL/scripts/vm/synology.sh")
|
||||
if [ $? -ne 0 ]; then
|
||||
msg_warn "$(translate "Operation cancelled or failed.")"
|
||||
|
Loading…
x
Reference in New Issue
Block a user