From 8458bfce7ad40de36596bf5d768974fbd4ca5e9b Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 12 Apr 2018 14:15:49 -0400 Subject: [PATCH] Setup Script - Fix whiptail for homenet --- so-setup-network.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/so-setup-network.sh b/so-setup-network.sh index a30793eaa..813474c0e 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -818,6 +818,12 @@ if (whiptail_you_sure) then configure_minion sensors copy_minion_pillar SENSORONLY salt_checkin + # Accept the Salt Key + accept_salt_key_remote + # Do the big checkin but first let them know it will take a bit. + salt_checkin_message + salt_checkin + whiptail_setup_complete fi