Fix tmp file cleanup

This commit is contained in:
Pall Sigurdsson 2013-04-19 11:15:59 +00:00
parent 4d69437590
commit d776077d65
1 changed files with 1 additions and 1 deletions

View File

@ -35,5 +35,5 @@ fi
echo "$MESSAGE | $PERFDATA"
grep -E "^Error|^Warning" "$TMPFILE"
rm -f TMPFILE
rm -f $TMPFILE
exit $EXIT_CODE