From 1de9c90afd3ce4157fe571ee5b7610d3f92c509d Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 16 Apr 2022 11:46:18 -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 0331cbab..1fbb87f4 100644 --- a/ct/create_lxc.sh +++ b/ct/create_lxc.sh @@ -130,5 +130,5 @@ PCT_OPTIONS=( ${PCT_OPTIONS[@]:-${DEFAULT_PCT_OPTIONS[@]}} ) msg_info "Creating LXC Container" pct create $CTID ${TEMPLATE_STORAGE}:vztmpl/${TEMPLATE} ${PCT_OPTIONS[@]} >/dev/null || die "A problem occured while trying to create container." -msg_ok "LXC Container ${BL}$CTID${CL} was successfully created." +msg_ok "LXC Container ${BL}$CTID${CL} ${GN}was successfully created."