mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Setup - Fix log location
This commit is contained in:
@@ -1895,7 +1895,7 @@ if (whiptail_you_sure); then
|
||||
salt-call state.highstate >>~/sosetup.log 2>&1
|
||||
|
||||
} |whiptail --title "Hybrid Hunter Install" --gauge "Please wait while installing" 6 60 0
|
||||
GOODSETUP=$(tail -10 sosetup.log | grep Failed | awk '{ print $2}')
|
||||
GOODSETUP=$(tail -10 /root/sosetup.log | grep Failed | awk '{ print $2}')
|
||||
if [ $OS == 'centos' ]; then
|
||||
if [[ $GOODSETUP == '1' ]]; then
|
||||
whiptail_setup_complete
|
||||
|
||||
Reference in New Issue
Block a user