mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Validate email and password for the webuser during install
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user