mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Helix - Fix Helix Setup
This commit is contained in:
@@ -1102,7 +1102,8 @@ salt_install_mysql_deps() {
|
|||||||
|
|
||||||
sensor_pillar() {
|
sensor_pillar() {
|
||||||
if [ $INSTALLTYPE == 'HELIXSENSOR' ]; then
|
if [ $INSTALLTYPE == 'HELIXSENSOR' ]; then
|
||||||
SENSORPILLARPATH=/opt/so/saltstack
|
SENSORPILLARPATH=/opt/so/saltstack/pillar/sensor
|
||||||
|
mkdir -p $TMP
|
||||||
else
|
else
|
||||||
SENSORPILLARPATH=$TMP/pillar/sensors
|
SENSORPILLARPATH=$TMP/pillar/sensors
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user