From cfa2ab2bda5e2b43fd359dbe8fa4a6446dc633b9 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 16 Apr 2022 09:40:27 -0400 Subject: [PATCH] Update debian-v3.sh --- ct/debian-v3.sh | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/ct/debian-v3.sh b/ct/debian-v3.sh index c5022af6..6cdf3f29 100644 --- a/ct/debian-v3.sh +++ b/ct/debian-v3.sh @@ -7,6 +7,8 @@ RD=`echo "\033[01;31m"` BGN=`echo "\033[4;92m"` GN=`echo "\033[32m"` CL=`echo "\033[m"` +BFR="\\r\\033[K" +HOLD="[-]" CM="${GN}✓${CL}" APP="Debian" NSAPP=$(echo ${APP,,} | tr -d ' ') @@ -32,6 +34,16 @@ ${CL}" header_info +msg_info() { + local msg="$1" + echo -ne " ${HOLD} ${YW}${msg}..." +} + +msg_ok() { + local msg="$1" + echo -e "${BFR} ${CM} ${GN}${msg}${CL}" +} + function PVE_CHECK() { PVE=$(pveversion | grep "pve-manager/7" | wc -l) @@ -318,9 +330,9 @@ if [ "$STORAGE_TYPE" == "zfspool" ]; then warn "Some applications may not work properly due to ZFS not supporting 'fallocate'." fi -echo -en "${GN} Starting LXC Container... " +msg_info "Starting LXC Container" pct start $CTID -echo -e "${CM}${CL} \r" +msg_ok "Starting LXC Container" alias lxc-cmd="lxc-attach -n $CTID --"