From af51999c11989bf729c5ea1ca31907cb8f35f545 Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 18 Apr 2022 18:29:14 -0400 Subject: [PATCH] Update create_lxc.sh --- ct/create_lxc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/create_lxc.sh b/ct/create_lxc.sh index 9ea496e9..405bd0c9 100644 --- a/ct/create_lxc.sh +++ b/ct/create_lxc.sh @@ -116,7 +116,7 @@ TEMPLATE="${TEMPLATES[-1]}" if ! pveam list $TEMPLATE_STORAGE | grep -q $TEMPLATE; then msg_info "Downloading LXC Template" - msg_ok "Downloading LXC Template" + msg_ok "Downloaded LXC Template" pveam download $TEMPLATE_STORAGE $TEMPLATE >/dev/null || die "A problem occured while downloading the LXC template." fi