From 75126ff6016bf269280c63715b75864f48ad8c3a Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 16 Apr 2022 10:12:13 -0400 Subject: [PATCH] Update debian-v3.sh --- ct/debian-v3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/debian-v3.sh b/ct/debian-v3.sh index 1a161d69..00046aec 100644 --- a/ct/debian-v3.sh +++ b/ct/debian-v3.sh @@ -8,7 +8,7 @@ BGN=`echo "\033[4;92m"` GN=`echo "\033[32m"` CL=`echo "\033[m"` BFR="\\r\\033[K" -HOLD="[-]" +HOLD="-" CM="${GN}✓${CL}" APP="Debian" NSAPP=$(echo ${APP,,} | tr -d ' ')