From 4cde942785df4c46b61184fbb9536c9d2767b043 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sat, 9 Apr 2022 20:54:35 -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 48f50c38..36015c07 100644 --- a/ct/debian-v3.sh +++ b/ct/debian-v3.sh @@ -245,7 +245,7 @@ header_info } function start_script() { - echo -e "${YW}Type Advanced Settings, or Press [ENTER] for Default Settings " + echo -e "${YW}Type Advanced, or Press [ENTER] for Default Settings " read SETTINGS if [ -z $SETTINGS ]; then default_settings; else