Remove temp log file

This commit is contained in:
Shahram Najm 2016-07-06 10:09:37 +01:00
parent 299bacd958
commit 5fcf20f124
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@ label="bufr_dump_test"
#Create log file
fLog=${label}".log"
rm -f $fLog | true
rm -f $fLog
touch $fLog
#Define tmp bufr files
@ -70,3 +70,4 @@ done
#rm -f $fLog
#rm -f $fJsonTmp | true
rm -f $fLog