From d3761476c290f3c98f057d47c3b70316407a84c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=91=D0=B0?= =?UTF-8?q?=D0=B4=D0=BE=D0=B2=D1=81=D0=BA=D0=B8=D0=B9?= Date: Thu, 19 Feb 2026 09:06:14 +0000 Subject: [PATCH] Update vmcreate.sh --- vmcreate.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/vmcreate.sh b/vmcreate.sh index a487be5..52ba991 100644 --- a/vmcreate.sh +++ b/vmcreate.sh @@ -15,11 +15,6 @@ path="/mnt/pve/${storage}/snippets/" node=$(hostname | cut -c4) if [[ $node -eq "l" ]]; then node="lab"; fi -###DEBUG -echo "DEBUG NODE=$node" -exit 110 -### END DEBUG - size=50 remove=false template="user.yaml"