remove some debug

This commit is contained in:
Kay0u 2021-01-07 20:24:10 +01:00
parent b1f78eba29
commit 025f4bc9db
No known key found for this signature in database
GPG key ID: AAFEEB16CFA2AE2D

View file

@ -31,7 +31,6 @@ function rebuild_base_lxc()
{
check_lxd_setup
set -x
launch_new_lxc
sleep 5
@ -68,5 +67,4 @@ function rebuild_base_lxc()
lxc image delete $LXC_BASE
lxc publish $LXC_BASE --alias $LXC_BASE --public
lxc delete $LXC_BASE
set +x
}