mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-05-07 20:08:03 +02:00
Merge pull request #800 from Security-Onion-Solutions/quickfix/node
fix minion_type for *NODE install_type
This commit is contained in:
+1
-1
@@ -778,7 +778,7 @@ get_minion_type() {
|
||||
'HELIXSENSOR')
|
||||
minion_type='helix'
|
||||
;;
|
||||
'*NODE')
|
||||
*'NODE')
|
||||
minion_type='node'
|
||||
;;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user