Add a force function here, just like processlogs.

This commit is contained in:
Mark Linimon
2008-05-29 02:34:41 +00:00
parent d3b97b5f84
commit ed5147b294
+1 -1
View File
@@ -2,7 +2,7 @@
of=extras.html.new
if [ -e .stamp -a $(echo $(find . -newer .stamp -type f -name '*.log' 2>/dev/null | wc -l)) = "0" ]; then exit; fi
if [ \! -e .force -a -e .stamp -a $(echo $(find . -newer .stamp -type f -name '*.log' 2>/dev/null | wc -l)) = "0" ]; then exit; fi
echo "<html><head><title>List of files and directories that do not match their mtree description</title>" >$of
echo "<h1>List of files and directories that do not match their mtree description</h1>" >>$of