From e00a57266cf1b4ed24dc37a10e44c2df85af7e4e Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 1 Aug 2022 12:36:11 -0400 Subject: [PATCH] Update debian-v4.sh --- ct/debian-v4.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ct/debian-v4.sh b/ct/debian-v4.sh index fae80a9f..8e2cbcab 100644 --- a/ct/debian-v4.sh +++ b/ct/debian-v4.sh @@ -210,9 +210,10 @@ fi if (whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno "Ready to create ${APP} LXC?" 10 58); then echo -e "${RD}Creating a ${APP} LXC using the above advanced settings${CL}" else - clear - echo "Going Back to Advanced Settings" - advanced_settings + clear + header_info + echo -e "${RD}Using Advanced Settings${CL}" + advanced_settings fi } function start_script() {