mirror of
https://github.com/bashclub/zamba-lxc-toolbox.git
synced 2024-11-07 19:31:58 +01:00
Fixed call of lxc-base.sh
This commit is contained in:
parent
54648ffec2
commit
0b51da7ab9
@ -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
|
pct push $LXC_NBR $PWD/src/$service/constants-service.conf /root/constants-service.conf
|
||||||
|
|
||||||
echo "Installing basic container setup..."
|
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'!"
|
echo "Install '$service'!"
|
||||||
lxc-attach -n$LXC_NBR bash /root/install-service.sh
|
lxc-attach -n$LXC_NBR bash /root/install-service.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user