TUT: add missing fields

This commit is contained in:
Mark Olesen
2019-02-12 16:46:40 +01:00
parent 64f795ed51
commit 3ea900b54c
3 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,6 @@
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
# No application, so need to clean manually
rm log.*
rm log.* 2>/dev/null # No application, clean manually
#------------------------------------------------------------------------------