mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-27 02:13:30 +01:00
Setup - Fix HOSTNAME race condition
This commit is contained in:
@@ -153,8 +153,6 @@ if (whiptail_you_sure) ; then
|
||||
RULESETUP=ETOPEN
|
||||
whiptail_make_changes
|
||||
set_hostname
|
||||
HOSTNAME=$(cat /etc/hostname)
|
||||
MINION_ID=$(echo $HOSTNAME | awk -F. {'print $1'})
|
||||
clear_master
|
||||
mkdir -p /nsm
|
||||
get_filesystem_root
|
||||
|
||||
Reference in New Issue
Block a user