From 36c1dc455eb4e063611ef3324deac38d6ba357d3 Mon Sep 17 00:00:00 2001
From: tteckster <tteckster@gmail.com>
Date: Sun, 31 Jul 2022 21:30:19 -0400
Subject: [PATCH] Update debian-v4.sh

---
 ct/debian-v4.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ct/debian-v4.sh b/ct/debian-v4.sh
index 7fe07b7b9..5f99592f0 100644
--- a/ct/debian-v4.sh
+++ b/ct/debian-v4.sh
@@ -128,7 +128,7 @@ else
     echo -e "${DGN}Using Root Password: ${BGN}$PW1${CL}"
   fi
 fi
-CT_ID=$(whiptail --inputbox "Set Container ID?" 8 58 $NEXTID --title "CONTAINER ID" 3>&1 1>&2 2>&3)
+CT_ID=$(whiptail --inputbox "Set Container ID" 8 58 $NEXTID --title "CONTAINER ID" 3>&1 1>&2 2>&3)
 exitstatus=$?
 if [ $exitstatus = 0 ]; then
     echo -e "${DGN}Using Container ID: ${BGN}$CT_ID${CL}"