Update debian-v4.sh

This commit is contained in:
tteckster 2022-08-01 12:36:11 -04:00 committed by GitHub
parent 30d8ca1dcb
commit e00a57266c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -211,7 +211,8 @@ if (whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno "Ready to create ${APP
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
echo -e "${RD}Using Advanced Settings${CL}"
advanced_settings advanced_settings
fi fi
} }