export logFile variable

This commit is contained in:
Asif Bacchus 2018-09-19 16:31:52 -06:00
parent fd3c7df9a9
commit 8d50f424c6
1 changed files with 4 additions and 0 deletions

View File

@ -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