From ff7159727f9d2bcd87f564862610c048ac86c662 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 8 Apr 2019 19:14:30 -0400 Subject: [PATCH] Setup - Adding verification step 1 --- so-setup-network.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/so-setup-network.sh b/so-setup-network.sh index b55337e2f..3aa252d62 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -1875,10 +1875,11 @@ if (whiptail_you_sure); then echo -e "XXX\n95\nInstalling misc components... \nXXX" salt-call state.apply schedule >>~/sosetup.log 2>&1 salt-call state.apply soctopus >>~/sosetup.log 2>&1 - echo -e "XXX\n100\nSetting checkin to run on boot... \nXXX" - sleep 5 + echo -e "XXX\n98\nSetting checkin to run on boot... \nXXX" checkin_at_boot >>~/sosetup.log 2>&1 - + echo -e "XXX\n99\nVerifying Setup... \nXXX" + salt-call state.highstate >>~/sosetup.log 2>&1 + } |whiptail --title "Hybrid Hunter Install" --gauge "Please wait while installing" 6 60 0 whiptail_setup_complete fi