From e472a5e695ed36496d09728d38d885ab4ae77a15 Mon Sep 17 00:00:00 2001 From: Sthopeless Date: Fri, 7 May 2021 15:39:26 +0200 Subject: [PATCH] Initial commit --- create_container.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_container.sh b/create_container.sh index 1db843c..9450b44 100644 --- a/create_container.sh +++ b/create_container.sh @@ -139,7 +139,7 @@ else fi ARCH=$(dpkg --print-architecture) HOSTNAME=Gitlab -RAM=4098 +RAM='4098' SWAP=2048 TEMPLATE_STRING="local:vztmpl/${TEMPLATE}" pct create $CTID $TEMPLATE_STRING -arch $ARCH -features nesting=1 \