From: František Dvořák Date: Wed, 21 Mar 2012 13:02:32 +0000 (+0100) Subject: Remove the proper temporary file. X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=6550d6bc5f30ec110857ca28513a1f802d31e78b;p=meta-dashboard.git Remove the proper temporary file. --- diff --git a/matrixgen-cron.sh b/matrixgen-cron.sh index c6b05c0..6571122 100755 --- a/matrixgen-cron.sh +++ b/matrixgen-cron.sh @@ -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