You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/sys-apps/calculate-toolkit/files/calculate-toolkit-0.3.2-fix...

22 lines
505 B

diff --git a/cl-lxc b/cl-lxc
index 9ca17dc..db88e37 100755
--- a/cl-lxc
+++ b/cl-lxc
@@ -358,6 +358,7 @@ create_base(){
mkdir $path_cache
fi
fi
+ >/var/log/calculate/cl-lxc-error.log
trap "rm -rf $path_def/scratch" SIGINT
lxc-create -n scratch -t download -- --server $mirror_ \
--arch x86_64 --dist scratch --release live \
@@ -598,8 +599,6 @@ change_profile(){
einfo $"Launching package update"
lxc-attach $name_lxc -- cl-update -f
eend
-
- launch_message
}
update_prepare(){