make sure we can load our yaml file when there no rules installed yet

This commit is contained in:
Ad Schellevis 2017-07-28 11:32:22 +02:00
parent 55e52fea3a
commit 2e5ac42ff4

View file

@ -7,3 +7,6 @@ for SURICATA_DIR in ${SURICATA_DIRS}; do
chown -R root:wheel ${SURICATA_DIR}
chmod -R 0700 ${SURICATA_DIR}
done
# make sure we can load our yaml file if we don't have rules installed yet
touch /usr/local/etc/suricata/installed_rules.yaml