Merge pull request #800 from Security-Onion-Solutions/quickfix/node

fix minion_type for *NODE install_type
This commit is contained in:
Josh Patterson
2020-05-29 16:37:04 -04:00
committed by GitHub

View File

@@ -778,7 +778,7 @@ get_minion_type() {
'HELIXSENSOR')
minion_type='helix'
;;
'*NODE')
*'NODE')
minion_type='node'
;;
esac