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 \