Update proxmenu-scripts.sh

This commit is contained in:
2026-04-28 16:21:32 -05:00
parent 6338a0400e
commit 56133c6676
+1 -1
View File
@@ -256,7 +256,7 @@ SET_VM_SHUTDOWNTIMEOUT(){
# sed -i "/startup:/c startup: ${NEW_TIMEOUTS}" /etc/pve/nodes/*/qemu-server/*.conf
sed -E -i 's/(down=)[0-9]+/\1180/g' /etc/pve/nodes/*/qemu-server/*.conf
done
#done
;;
esac
}