From 806cc1c604c1285ebbca1836f80fc3481422bbbd Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Sun, 25 Jun 2023 08:32:01 +0200 Subject: [PATCH] Fixed #83 --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index d78885e..b504d9f 100755 --- a/install.sh +++ b/install.sh @@ -131,7 +131,9 @@ fi echo "Will now create LXC Container $LXC_NBR!"; # Create the container +set +u pct create $LXC_NBR $TAGS --password $LXC_PWD -unprivileged $LXC_UNPRIVILEGED $LXC_TEMPLATE_STORAGE:vztmpl/$TMPL_NAME -rootfs $LXC_ROOTFS_STORAGE:$LXC_ROOTFS_SIZE; +set -u sleep 2; # Check vlan configuration