From 5f4ec414979fc9e8a2616263331051484b6303a9 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Thu, 14 May 2020 15:05:37 -0400 Subject: [PATCH] rename PROD to STANDALONE --- setup/so-whiptail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-whiptail b/setup/so-whiptail index fe9c4c7b1..4ef32bf5b 100755 --- a/setup/so-whiptail +++ b/setup/so-whiptail @@ -391,7 +391,7 @@ whiptail_install_type() { "SEARCHNODE" "Add a Search Node with parsing" OFF \ "MASTER" "Start a new grid" OFF \ "EVAL" "Evaluate all the things" OFF \ - "PROD" "Standalone full install of everything" OFF \ + "STANDALONE" "Standalone full install of everything" OFF \ "MASTERSEARCH" "Master + Search Node" OFF \ "HEAVYNODE" "Sensor + Search Node" OFF \ "HELIXSENSOR" "Connect this sensor to FireEye Helix" OFF \