From a9e99a82c5b70e5f1f9218a2f00d00d7589dac5e Mon Sep 17 00:00:00 2001 From: Disassembler Date: Tue, 11 Sep 2018 18:33:38 +0200 Subject: [PATCH] Create /var/log/lxc --- basic.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/basic.sh b/basic.sh index 5915a93..db43197 100755 --- a/basic.sh +++ b/basic.sh @@ -48,6 +48,7 @@ chmod +x /usr/bin/acme.sh # Download and configure LXC wget https://dl.dasm.cz/lxc.tar.xz -O - | tar xJf - -C / +mkdir /var/log/lxc echo -e "172.17.0.1 host" >>/etc/hosts # Copy VMMgr resources