From 42b192272db5fe2686db0b894f6c8a75a0004a17 Mon Sep 17 00:00:00 2001 From: juronja <101410098+juronja@users.noreply.github.com> Date: Thu, 15 Jan 2026 16:19:00 +0000 Subject: [PATCH] testing with 3 sec sleep --- vm/truenas-vm.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vm/truenas-vm.sh b/vm/truenas-vm.sh index 453979eac..cdbc789b4 100644 --- a/vm/truenas-vm.sh +++ b/vm/truenas-vm.sh @@ -557,7 +557,7 @@ DESCRIPTION=$( Logo -

TrueNAS VM

+

TrueNAS Community Edition

@@ -582,7 +582,7 @@ EOF ) qm set "$VMID" -description "$DESCRIPTION" >/dev/null -sleep 5 +sleep 3 msg_ok "Created a TrueNAS VM ${CL}${BL}(${HN})" if [ "$START_VM" == "yes" ]; then