Remove the proper temporary file.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 21 Mar 2012 13:02:32 +0000 (14:02 +0100)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 21 Mar 2012 13:02:32 +0000 (14:02 +0100)
matrixgen-cron.sh

index c6b05c0..6571122 100755 (executable)
@@ -18,7 +18,7 @@ for dir in `ls -1 | grep -v '\.'`; do
                        /sbin/restorecon $page.html
                fi
         done
-        rm -f old.$$ new.$$ matrix.html.$$ dashboard.$$ /tmp/report-*.twiki
+        rm -f old.$$ new.$$ matrix.html.$$ dashboard.html.$$ /tmp/report-*.twiki
         )
 done
 ./matrixgen.pl > matrix.html.$$;chown apache:users matrix.html.$$; mv matrix.html.$$ matrix.html