From 0b51da7ab9048b51d1e4ea98341570db378ff029 Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Sun, 25 Apr 2021 18:18:30 +0200 Subject: [PATCH] Fixed call of lxc-base.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e2d34e5..c6126f1 100644 --- a/install.sh +++ b/install.sh @@ -160,7 +160,7 @@ pct push $LXC_NBR $PWD/src/$service/install-service.sh /root/install-service.sh pct push $LXC_NBR $PWD/src/$service/constants-service.conf /root/constants-service.conf echo "Installing basic container setup..." -pct push $LXC_NBR $PWD/src/lxc-base.sh /root/lxc-base.sh +lxc-attach -n$LXC_NBR bash /root/lxc-base.sh echo "Install '$service'!" lxc-attach -n$LXC_NBR bash /root/install-service.sh