mirror of
https://git.bashclub.org/bashclub/zamba-lxc-toolbox.git
synced 2025-07-28 14:44:37 +02:00
Fixed #83
This commit is contained in:
parent
60366677d4
commit
806cc1c604
1 changed files with 2 additions and 0 deletions
|
@ -131,7 +131,9 @@ fi
|
|||
echo "Will now create LXC Container $LXC_NBR!";
|
||||
|
||||
# Create the container
|
||||
set +u
|
||||
pct create $LXC_NBR $TAGS --password $LXC_PWD -unprivileged $LXC_UNPRIVILEGED $LXC_TEMPLATE_STORAGE:vztmpl/$TMPL_NAME -rootfs $LXC_ROOTFS_STORAGE:$LXC_ROOTFS_SIZE;
|
||||
set -u
|
||||
sleep 2;
|
||||
|
||||
# Check vlan configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue