From fa06a38a3b9589cd8919fb7ae9f37ffeabe589e2 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Thu, 7 Jan 2021 10:36:01 -0500 Subject: [PATCH] [refactor] Remove duplicate function --- setup/so-whiptail | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/setup/so-whiptail b/setup/so-whiptail index f3e612f70..49dc49b22 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -255,17 +255,6 @@ whiptail_create_web_user_password2() { } -whiptail_fleet_custom_hostname() { - - [ -n "$TESTING" ] && return - - FLEETCUSTOMHOSTNAME=$(whiptail --title "Security Onion Install" --inputbox \ - "What FQDN should osquery clients use for connections to this Fleet node? Leave blank if the local system hostname will be used." 10 60 3>&1 1>&2 2>&3) - - local exitstatus=$? - whiptail_check_exitstatus $exitstatus -} - whiptail_requirements_error() { local requirement_needed=$1