From 80acab7bec5a244d69d23024e99f31a72a703066 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Fri, 13 Dec 2019 12:00:51 -0500 Subject: [PATCH] Helix - Fix Helix Setup --- setup/functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/functions.sh b/setup/functions.sh index ad92298de..1196be2e1 100644 --- a/setup/functions.sh +++ b/setup/functions.sh @@ -1104,6 +1104,7 @@ sensor_pillar() { if [ $INSTALLTYPE == 'HELIXSENSOR' ]; then SENSORPILLARPATH=/opt/so/saltstack/pillar/sensor mkdir -p $TMP + mkdir -p $SENSORPILLARPATH else SENSORPILLARPATH=$TMP/pillar/sensors fi