Adjust script output.

This commit is contained in:
Christoph 2019-02-12 04:42:46 +01:00
parent ae5f1fdd7f
commit d507e536dc

View File

@ -37,6 +37,7 @@ clean_up() {
# Perform program exit housekeeping # Perform program exit housekeeping
rm -f $log_file rm -f $log_file
blank_line
exit $1 exit $1
} }