From 9ee9a199b149ffec4a9c909be8ece46770903b7c Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Wed, 9 Sep 2020 12:50:22 -0400 Subject: [PATCH] predefine each component as 0 to fix issues with it being unset --- setup/so-whiptail | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/setup/so-whiptail b/setup/so-whiptail index d760373af..52f60501a 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -412,6 +412,13 @@ whiptail_enable_components() { [ -n "$TESTING" ] && return + GRAFANA=0 + OSQUERY=0 + WAZUH=0 + THEHIVE=0 + PLAYBOOK=0 + STRELKA=0 + COMPONENTS=$(whiptail --title "Security Onion Setup" --checklist \ "Select Components to install" 20 75 8 \ GRAFANA "Enable Grafana for system monitoring" ON \