replaced lxc-start by pct start

This commit is contained in:
Thorsten Spille 2021-04-13 23:40:43 +02:00
parent a000c94ac9
commit 5e7f951b0d

View File

@ -105,7 +105,7 @@ select opt in just_lxc zmb-standalone zmb-member zmb-ad mailpiler matrix quit; d
done done
lxc-start $LXC_NBR; pct start $LXC_NBR;
sleep 5; sleep 5;
# Set the root password and key # Set the root password and key
echo -e "$LXC_PWD\n$LXC_PWD" | lxc-attach -n$LXC_NBR passwd; echo -e "$LXC_PWD\n$LXC_PWD" | lxc-attach -n$LXC_NBR passwd;