predefine each component as 0 to fix issues with it being unset

This commit is contained in:
m0duspwnens
2020-09-09 12:50:22 -04:00
parent 90feb503ce
commit 9ee9a199b1

View File

@@ -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 \