From ea37a7f2f0d6d3869208f43785e6d56718e04e6a Mon Sep 17 00:00:00 2001 From: tteckster Date: Wed, 20 Apr 2022 14:34:22 -0400 Subject: [PATCH] Update create_lxc.sh --- ct/create_lxc.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ct/create_lxc.sh b/ct/create_lxc.sh index c02f22bc..c0db635d 100644 --- a/ct/create_lxc.sh +++ b/ct/create_lxc.sh @@ -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"