Update debian-v3.sh

pull/152/head
tteckster 2022-04-09 20:54:35 -04:00 committed by GitHub
parent 4e322a2c0d
commit 4cde942785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ header_info
} }
function start_script() { 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 read SETTINGS
if [ -z $SETTINGS ]; then default_settings; if [ -z $SETTINGS ]; then default_settings;
else else