remove the base container

This commit is contained in:
Kay0u 2020-12-19 14:53:25 +01:00
parent 3ba2330187
commit 905a5fb2fd
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -70,6 +70,7 @@ function rebuild_base_lxc()
lxc stop $LXC_BASE lxc stop $LXC_BASE
lxc image delete $LXC_BASE lxc image delete $LXC_BASE
lxc publish $LXC_BASE --alias $LXC_BASE lxc publish $LXC_BASE --alias $LXC_BASE
lxc delete $LXC_BASE
set +x set +x
} }