From 5e7f951b0dfff327cc60b07858c025ff049147bd Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Tue, 13 Apr 2021 23:40:43 +0200 Subject: [PATCH] replaced lxc-start by pct start --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 25d0123..f95a95d 100644 --- a/install.sh +++ b/install.sh @@ -105,7 +105,7 @@ select opt in just_lxc zmb-standalone zmb-member zmb-ad mailpiler matrix quit; d done -lxc-start $LXC_NBR; +pct start $LXC_NBR; sleep 5; # Set the root password and key echo -e "$LXC_PWD\n$LXC_PWD" | lxc-attach -n$LXC_NBR passwd;