From c2caf9569c5b6e1a9d143382c2045983f7c6dd61 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 5 Apr 2020 15:15:28 +0200 Subject: [fix] creation of /.lxcenv in containers In utils/lib.sh there are two functions with the same name, but different tasks. Rename one of them from lxc_init_container() into lxc_init_container_env(). Signed-off-by: Markus Heiser --- utils/lxc.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/lxc.sh') diff --git a/utils/lxc.sh b/utils/lxc.sh index 92dfff2d1..9eb28f498 100755 --- a/utils/lxc.sh +++ b/utils/lxc.sh @@ -538,6 +538,7 @@ lxc_install_boilerplate() { if lxc start -q "${container_name}" &>/dev/null; then sleep 5 # guest needs some time to come up and get an IP fi + lxc_init_container_env "${container_name}" info_msg "[${_BBlue}${container_name}${_creset}] install /.lxcenv.mk .." cat <