Setup Script - Node install debug

This commit is contained in:
Mike Reeves
2018-03-26 12:09:28 -04:00
parent 5e81fe2e12
commit e5d339a0eb

View File

@@ -384,7 +384,7 @@ whiptail_make_changes() {
}
whiptail_management_server() {
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)
MASTERSRV=$(whiptail --title "Enter your Master Server Name or IP Address" --inputbox 10 60 3>&1 1>&2 2>&3)
local exitstatus=$?
whiptail_check_exitstatus $exitstatus