diff --git a/so-setup-network.sh b/so-setup-network.sh index 748819a63..8e1207fd5 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -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