From 9c4cb4e6b9f2473eb6c240eaf9443227dacfc228 Mon Sep 17 00:00:00 2001 From: tteckster Date: Thu, 14 Apr 2022 14:18:13 -0400 Subject: [PATCH] Update debian-v3.sh --- ct/debian-v3.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/debian-v3.sh b/ct/debian-v3.sh index d38b9971..7527965d 100644 --- a/ct/debian-v3.sh +++ b/ct/debian-v3.sh @@ -9,6 +9,7 @@ BGN=`echo "\033[4;92m"` GN=`echo "\033[32m"` CL=`echo "\033[m"` APP="Debian" +NSAPP=$(echo ${APP,,} | tr -d ' ') while true; do read -p "This will create a New ${APP} LXC. Proceed(y/n)?" yn