From 21843089c4a422b9512984437827f93ebee4d1a8 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 9 Dec 2019 10:37:53 -0500 Subject: [PATCH] Fix Setup Syntax --- setup/whiptail.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/whiptail.sh b/setup/whiptail.sh index 7ad53333e..dd6b9d776 100644 --- a/setup/whiptail.sh +++ b/setup/whiptail.sh @@ -215,7 +215,7 @@ whiptail_install_type() { "STORAGENODE" "Add a Storage Hot Node with parsing" OFF \ "MASTERONLY" "Start a new grid" OFF \ "EVALMODE" "Evaluate all the things" OFF \ - "HELIXSENSOR" "Connect this sensor to FireEye Helix" + "HELIXSENSOR" "Connect this sensor to FireEye Helix" OFF \ "PARSINGNODE" "TODO Add a dedicated Parsing Node" OFF \ "HOTNODE" "TODO Add Hot Node (Storage Node without Parsing)" OFF \ "WARMNODE" "TODO Add Warm Node to existing Hot or Storage node" OFF \