From 6550d6bc5f30ec110857ca28513a1f802d31e78b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Wed, 21 Mar 2012 14:02:32 +0100 Subject: [PATCH] Remove the proper temporary file. --- matrixgen-cron.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.8.2.3