[fix] Pre-fill hostname re-enter on default

This commit is contained in:
William Wernert
2021-03-23 11:41:12 -04:00
parent 9f0afd90f1
commit 3287a777a2

View File

@@ -400,7 +400,7 @@ collect_hostname() {
if [[ $HOSTNAME == 'securityonion' ]]; then # Will only check HOSTNAME=securityonion once
if ! (whiptail_avoid_default_hostname); then
whiptail_set_hostname
whiptail_set_hostname "$HOSTNAME"
fi
fi