From 4a5de17681342691bfc051cc6d28ed9f521b9d44 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Sun, 10 Apr 2022 11:08:33 -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 f601a94ee..a18b6b98e 100644
--- a/ct/debian-v3.sh
+++ b/ct/debian-v3.sh
@@ -114,7 +114,7 @@ header_info
                 echo -e "${GN}Using CT Type ${BGN}$CT_TYPE1${CL}"
                 echo -e "${GN}Using CT Password ${BGN}$PW1${CL}"
                 echo -e "${GN}Using ID ${BGN}$CT_ID${CL}"
-                echo -e "${YW}Enter CT Name, or Press [ENTER] for Default: $APP "
+                echo -e "${YW}Enter CT Name (no spaces), or Press [ENTER] for Default: $APP "
                 read CT_NAME
                 if [ -z $CT_NAME ]; then CT_NAME=${APP}
                 HN=$(echo ${CT_NAME,,} | tr -d ' ')