From 19db8e803600162a973c89b1c5990683fa29f3a5 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 24 Feb 2022 17:24:46 -0500 Subject: [PATCH] Update podman_ha_container.sh --- ct/podman_ha_container.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/podman_ha_container.sh b/ct/podman_ha_container.sh index 56447d87..65d500d3 100644 --- a/ct/podman_ha_container.sh +++ b/ct/podman_ha_container.sh @@ -121,10 +121,10 @@ else "${STORAGE_MENU[@]}" 3>&1 1>&2 2>&3) || exit done fi -info "Using '$STORAGE' for storage location." +info "Using ${BL}$STORAGE${CL} for storage location." CTID=$(pvesh get /cluster/nextid) -info "Container ID is $CTID." +info "Container ID is ${BL}$CTID${CL}" echo -en "${GN} Updating LXC Template List... " pveam update >/dev/null echo -e "${CM}${CL} \r"