mirror of
https://github.com/bashclub/zamba-lxc-toolbox.git
synced 2024-11-07 19:31:58 +01:00
replaced lxc-start by pct start
This commit is contained in:
parent
a000c94ac9
commit
5e7f951b0d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user