Update umbrel-os-vm.sh

This commit is contained in:
CanbiZ 2025-05-26 12:53:09 +02:00
parent e675fde63d
commit 1ca72ca300

View File

@ -527,6 +527,7 @@ if [ -n "$DISK_SIZE" ]; then
else
msg_info "Using default disk size of $DEFAULT_DISK_SIZE GB"
qm resize $VMID scsi0 ${DEFAULT_DISK_SIZE} >/dev/null
fi
msg_ok "Created a Umbrel OS VM ${CL}${BL}(${HN})"
if [ "$START_VM" == "yes" ]; then