From 19b2853f804c22ab4e3ab1c3e776068a6c3c161b Mon Sep 17 00:00:00 2001 From: Sthopeless Date: Fri, 7 May 2021 15:23:52 +0200 Subject: [PATCH] Initial commit --- create_container.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create_container.sh b/create_container.sh index 02bb8e7..16dbd01 100644 --- a/create_container.sh +++ b/create_container.sh @@ -139,8 +139,8 @@ else fi ARCH=$(dpkg --print-architecture) HOSTNAME=Gitlab -RAM=4098 -SWAP=2048 +RAM="4098" +SWAP="2048" TEMPLATE_STRING="local:vztmpl/${TEMPLATE}" pct create $CTID $TEMPLATE_STRING -arch $ARCH -features nesting=1 \ -hostname $HOSTNAME -net0 name=eth0,bridge=vmbr0,ip=dhcp -onboot 1 \