From 025f4bc9db80e9b0920e72e32fb4cc40401072da Mon Sep 17 00:00:00 2001 From: Kay0u Date: Thu, 7 Jan 2021 20:24:10 +0100 Subject: [PATCH] remove some debug --- lib/build_base_lxc.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/build_base_lxc.sh b/lib/build_base_lxc.sh index b84ece8..c3ad172 100644 --- a/lib/build_base_lxc.sh +++ b/lib/build_base_lxc.sh @@ -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 }