From 9e28db42215c938d8b225e044b5d7c2c31832a68 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 18 Oct 2018 17:26:25 -0400 Subject: [PATCH] Setup Script - Fix Host File --- so-setup-network.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/so-setup-network.sh b/so-setup-network.sh index c9f8f8d063..7f73b6f1c5 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -45,7 +45,7 @@ add_master_hostfile() { "Enter your Master Server IP Address" 10 60 X.X.X.X 3>&1 1>&2 2>&3) # Add the master to the host file if it doesn't resolve - echo "$MSRV $MSRVIP" >> /etc/hosts + echo "$MSRVIP $MSRV" >> /etc/hosts } add_socore_user_master() { @@ -537,7 +537,7 @@ salt_checkin() { sudo salt '*' mine.send x509.get_pem_entries glob_path=/etc/pki/ca.crt echo " Applying SSL state " salt-call state.apply ssl - echo " Oh run the rest of the checkin " + echo "Still Working... Hang in there" salt-call state.highstate else