mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 18:52:52 +01:00
put quotes around hours to interpret properly for 24h - https://github.com/Security-Onion-Solutions/securityonion-saltstack/issues/84
This commit is contained in:
@@ -645,7 +645,7 @@ patch_pillar() {
|
|||||||
for psh in "${PATCHSCHEDULEHOURS[@]}"
|
for psh in "${PATCHSCHEDULEHOURS[@]}"
|
||||||
do
|
do
|
||||||
psh=$(echo $psh | sed 's/"//g')
|
psh=$(echo $psh | sed 's/"//g')
|
||||||
echo " - $psh" >> $OSPATCHPILLAR
|
echo " - '$psh'" >> $OSPATCHPILLAR
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user