Update create_lxc.sh

This commit is contained in:
tteckster 2022-04-20 14:34:22 -04:00 committed by GitHub
parent 3f14c62f2e
commit ea37a7f2f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -116,7 +116,6 @@ TEMPLATE="${TEMPLATES[-1]}"
if ! pveam list $TEMPLATE_STORAGE | grep -q $TEMPLATE; then
msg_info "Downloading LXC Template"
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"