From 8d50f424c6891424553df2fa8efa60c249a07445 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Wed, 19 Sep 2018 16:31:52 -0600 Subject: [PATCH] export logFile variable --- backup.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/backup.sh b/backup.sh index e72fa2d..a03ea85 100755 --- a/backup.sh +++ b/backup.sh @@ -119,6 +119,10 @@ fi echo -e "${bold}${stamp}-- Start $scriptName execution ---" >> "$logFile" +### Export logFile variable for use by Borg +export logFile="$logFile" + + # This code should not be executed since the 'quit' function should terminate