Remove Parsing Node

This commit is contained in:
Mike Reeves
2020-05-06 14:06:02 -04:00
parent 1fa1277e31
commit bc6c8c8332
2 changed files with 5 additions and 6 deletions

View File

@@ -73,7 +73,7 @@ elif [ "$install_type" = 'SENSOR' ]; then
is_sensor=true
is_minion=true
STRELKA=1
elif [[ "$install_type" =~ ^('SEARCHNODE'|'PARSINGNODE'|'HOTNODE'|'WARMNODE')$ ]]; then
elif [[ "$install_type" =~ ^('SEARCHNODE'|'HOTNODE'|'WARMNODE')$ ]]; then
is_node=true
is_minion=true
elif [ "$install_type" = 'HEAVYNODE' ]; then