mirror of https://github.com/tteck/Proxmox.git
Update create_lxc.sh
This commit is contained in:
parent
bd6674ed8b
commit
3f14c62f2e
|
@ -119,6 +119,7 @@ if ! pveam list $TEMPLATE_STORAGE | grep -q $TEMPLATE; then
|
|||
msg_ok "Downloaded LXC Template"
|
||||
pveam download $TEMPLATE_STORAGE $TEMPLATE >/dev/null ||
|
||||
die "A problem occured while downloading the LXC template."
|
||||
msg_ok "Downloaded LXC Template"
|
||||
fi
|
||||
|
||||
DEFAULT_PCT_OPTIONS=(
|
||||
|
|
Loading…
Reference in New Issue