mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
[fix] Pre-fill hostname re-enter on default
This commit is contained in:
@@ -400,7 +400,7 @@ collect_hostname() {
|
|||||||
|
|
||||||
if [[ $HOSTNAME == 'securityonion' ]]; then # Will only check HOSTNAME=securityonion once
|
if [[ $HOSTNAME == 'securityonion' ]]; then # Will only check HOSTNAME=securityonion once
|
||||||
if ! (whiptail_avoid_default_hostname); then
|
if ! (whiptail_avoid_default_hostname); then
|
||||||
whiptail_set_hostname
|
whiptail_set_hostname "$HOSTNAME"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user