From 65c8bf811320e79d9f4afba2a40b740b411fc7c4 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Thu, 18 Oct 2018 00:48:57 -0600 Subject: [PATCH] Formatting change to end of script log entry --- root/NCscripts/backup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/NCscripts/backup.sh b/root/NCscripts/backup.sh index 4969b2a..4a6f320 100755 --- a/root/NCscripts/backup.sh +++ b/root/NCscripts/backup.sh @@ -103,8 +103,8 @@ function quit { fi if [ -z "${exitError}" ]; then # exit cleanly - echo -e "${note}${stamp} -- ${scriptName} completed" \ - "--${normal}" >> "$logFile" + echo -e "${note}${stamp} --- ${scriptName} completed" \ + "---${normal}" >> "$logFile" exit 0 else # list generated errors and explanations then exit script with code 2