mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Normal hostname check already checks for localhost
This commit is contained in:
@@ -475,7 +475,7 @@ collect_mngr_hostname() {
|
||||
whiptail_management_server "$MSRV"
|
||||
done
|
||||
|
||||
while [[ $MSRV == "$HOSTNAME" || $MSRV == "localhost" ]]; do
|
||||
while [[ $MSRV == "$HOSTNAME" ]]; do
|
||||
whiptail_invalid_hostname 0
|
||||
whiptail_management_server "$MSRV"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user