mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 10:42:54 +01:00
Setup Script - Fix Variable
This commit is contained in:
@@ -449,7 +449,7 @@ set_node_type() {
|
||||
$NODETYPE="storage"
|
||||
fi
|
||||
if [ $INSTALLTYPE == 'PARSINGNODE' ]; then
|
||||
$NODETYPE="parser"
|
||||
$NODETYPE='parser'
|
||||
fi
|
||||
if [ $INSTALLTYPE == 'HOTNODE' ]; then
|
||||
$NODETYPE="hot"
|
||||
|
||||
Reference in New Issue
Block a user