From 5e81fe2e12292a0f2cb8ff470194fb7f8d72f367 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 26 Mar 2018 12:06:33 -0400 Subject: [PATCH] Setup Script - Node install debug --- so-setup-network.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/so-setup-network.sh b/so-setup-network.sh index 75da714b0..7e8354959 100644 --- a/so-setup-network.sh +++ b/so-setup-network.sh @@ -384,7 +384,7 @@ whiptail_make_changes() { } whiptail_management_server() { - MASTERSRV=$(whiptail --title "Enter your Master Server IP Address" --inputbox 10 60 1.2.3.4 3>&1 1>&2 2>&3) + MASTERSRV=$(whiptail --title "Enter your Master Server Name or IP Address" --inputbox 10 60 master or 1.2.3.4 3>&1 1>&2 2>&3) local exitstatus=$? whiptail_check_exitstatus $exitstatus @@ -539,12 +539,12 @@ if (whiptail_you_sure) then if [ $INSTALLTYPE == 'STORAGENODE' ]; then whiptail_management_nic whiptail_management_server - configure_minion - copy_ssh_key - saltify - configure_minion node - copy_ssh_key - copy_minion_pillar STORAGENODE + #configure_minion + #copy_ssh_key + #saltify + #configure_minion node + #copy_ssh_key + #copy_minion_pillar STORAGENODE fi else