From 094168735116eeec0082bc4e21946f6d7b0acc31 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 16 Apr 2022 11:50:12 -0400 Subject: [PATCH] Update create_lxc.sh --- ct/create_lxc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/create_lxc.sh b/ct/create_lxc.sh index 1fbb87f4..2c20ae72 100644 --- a/ct/create_lxc.sh +++ b/ct/create_lxc.sh @@ -100,10 +100,10 @@ if pct status $CTID &>/dev/null; then fi TEMPLATE_STORAGE=$(select_storage template) || exit -info "Using ${BL}$TEMPLATE_STORAGE${CL} for Template Storage." +msg_ok "Using ${BL}$TEMPLATE_STORAGE${CL} ${GN}for Template Storage." CONTAINER_STORAGE=$(select_storage container) || exit -info "Using ${BL}$CONTAINER_STORAGE${CL} for Container Storage." +msg_ok "Using ${BL}$CONTAINER_STORAGE${CL} ${GN}for Container Storage." msg_info "Updating LXC Template List" pveam update >/dev/null