From 905a5fb2fd1f066766a2634042a3c1474cffc6eb Mon Sep 17 00:00:00 2001 From: Kay0u Date: Sat, 19 Dec 2020 14:53:25 +0100 Subject: [PATCH] remove the base container --- build_base_lxc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_base_lxc.sh b/build_base_lxc.sh index 446fcbf..0d2a2a3 100755 --- a/build_base_lxc.sh +++ b/build_base_lxc.sh @@ -70,6 +70,7 @@ function rebuild_base_lxc() lxc stop $LXC_BASE lxc image delete $LXC_BASE lxc publish $LXC_BASE --alias $LXC_BASE + lxc delete $LXC_BASE set +x }