Fix verify so copying sigma rules isnt fail

This commit is contained in:
Mike Reeves
2023-05-11 16:02:58 -04:00
parent 992bbdfac1
commit 64e294ef48

View File

@@ -48,6 +48,7 @@ log_has_errors() {
grep -vE "code: 100" | \ grep -vE "code: 100" | \
grep -vE "/tmp/__salt.tmp." | \ grep -vE "/tmp/__salt.tmp." | \
grep -vE "retcode: 126" | \ grep -vE "retcode: 126" | \
grep -vE "/nsm/repo/rules/sigma/rules*" | \
grep -vE "Running scope as unit" &> "$error_log" grep -vE "Running scope as unit" &> "$error_log"
if [[ $? -eq 0 ]]; then if [[ $? -eq 0 ]]; then