export logFile variable
This commit is contained in:
parent
fd3c7df9a9
commit
8d50f424c6
@ -119,6 +119,10 @@ fi
|
|||||||
echo -e "${bold}${stamp}-- Start $scriptName execution ---" >> "$logFile"
|
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
|
# This code should not be executed since the 'quit' function should terminate
|
||||||
|
Loading…
Reference in New Issue
Block a user