Validate email and password for the webuser during install

This commit is contained in:
Jason Ertel
2020-04-03 12:04:42 -04:00
parent 69c90fcdc1
commit 99e8226ae5
3 changed files with 45 additions and 21 deletions

View File

@@ -745,7 +745,8 @@ get_main_ip() {
get_redirect() {
whiptail_set_redirect_info
whiptail_set_redirect
if [ $REDIRECTINFO == 'OTHER' ]; then
echo "REDIRECTINFO=$REDIRECTINFO"
if [ "$REDIRECTINFO" == "OTHER" ]; then
whiptail_set_redirect_host
fi
}