From 0d33ce2741b101f3c71fd48e7d733f7abbfc6070 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Fri, 25 Oct 2019 11:49:17 -0400 Subject: [PATCH] QOL change, populate hostname instead of localhost in set hostname dialog box - https://github.com/Security-Onion-Solutions/securityonion-saltstack/issues/92 --- so-setup-network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/so-setup-network.sh b/so-setup-network.sh index aea465f0d..fcdfdc103 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -1487,7 +1487,7 @@ whiptail_sensor_config() { whiptail_set_hostname() { HOSTNAME=$(whiptail --title "Security Onion Setup" --inputbox \ - "Enter the Hostname you would like to set." 10 60 localhost 3>&1 1>&2 2>&3) + "Enter the Hostname you would like to set." 10 60 $HOSTNAME 3>&1 1>&2 2>&3) local exitstatus=$? whiptail_check_exitstatus $exitstatus