From fe3d0867a50d469e9d65c15324d6711d77e7246a Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Wed, 15 Apr 2020 14:05:45 -0400 Subject: [PATCH] fix failed setup FP - https://github.com/Security-Onion-Solutions/securityonion-saltstack/issues/566 --- setup/so-setup | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup/so-setup b/setup/so-setup index dd6a3c488..ccec53bb5 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -830,6 +830,7 @@ if (whiptail_you_sure) ; then filter_unused_nics >> $SETUPLOG 2>&1 network_setup >> $SETUPLOG 2>&1 echo -e "XXX\n98\nVerifying Setup... \nXXX" + salt-call state.highstate >> $SETUPLOG 2>&1 } |whiptail --title "Hybrid Hunter Install" --gauge "Please wait while installing" 6 60 0 GOODSETUP=$(tail -10 $SETUPLOG | grep Failed | awk '{ print $2}') if [[ $GOODSETUP == '0' ]]; then @@ -948,6 +949,7 @@ if (whiptail_you_sure) ; then filter_unused_nics >> $SETUPLOG 2>&1 network_setup >> $SETUPLOG 2>&1 echo -e "XXX\n98\nVerifying Setup... \nXXX" + salt-call state.highstate >> $SETUPLOG 2>&1 } |whiptail --title "Hybrid Hunter Install" --gauge "Please wait while installing" 6 60 0 GOODSETUP=$(tail -10 $SETUPLOG | grep Failed | awk '{ print $2}') if [[ $GOODSETUP == '0' ]]; then