Try this fix for template

This commit is contained in:
Kevin Fenzi
2014-08-26 20:50:30 +00:00
parent 43da2aabaf
commit 63b2de4aa2

View File

@@ -17,7 +17,7 @@ find {{ path }} -ctime -${DAYS} -type f >> $FILELIST
/bin/nice -5 /usr/bin/clamscan --infected --quiet --file-list=$FILELIST --log=$LOGFILE \
{% for path in clamscan_excludes|default([]) %}
--exclude={{ exclude }} \
--exclude={{ path }} \
{% endfor %}
2> /dev/null