Update ubuntu-v4.sh

This commit is contained in:
tteckster 2022-08-01 12:36:49 -04:00 committed by GitHub
parent e00a57266c
commit e08d777900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -213,9 +213,10 @@ fi
if (whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno "Ready to create ${APP} LXC?" 10 58); then 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}" echo -e "${RD}Creating a ${APP} LXC using the above advanced settings${CL}"
else else
clear clear
echo "Going Back to Advanced Settings" header_info
advanced_settings echo -e "${RD}Using Advanced Settings${CL}"
advanced_settings
fi fi
} }
function start_script() { function start_script() {