From d507e536dcd86b96be1920059e2c93cf6c8bf3dd Mon Sep 17 00:00:00 2001 From: Christoph Date: Tue, 12 Feb 2019 04:42:46 +0100 Subject: [PATCH] Adjust script output. --- update_nextcloud.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update_nextcloud.sh b/update_nextcloud.sh index db6ce79..f0f45fd 100755 --- a/update_nextcloud.sh +++ b/update_nextcloud.sh @@ -37,6 +37,7 @@ clean_up() { # Perform program exit housekeeping rm -f $log_file + blank_line exit $1 }