fixed missing space in sqldumpdir command

This commit is contained in:
Asif Bacchus 2019-05-27 06:13:03 -06:00
parent f33f4824fa
commit 62107ed611
1 changed files with 1 additions and 1 deletions

View File

@ -384,7 +384,7 @@ printf "${cyan}[%s] -- [INFO] ${yellow}%s${cyan} imported --${norm}\n" \
printf "${cyan}[%s] -- [INFO] Dumping SQL databases --${norm}\n" \
"$(stamp)" >> "$logFile"
# create temporary directory to dump files before borg backup
if ! sqlDumpDir=$( mktemp -d 2>>"$logFile"); then
if ! sqlDumpDir=$( mktemp -d 2>>"$logFile" ); then
exitError 111 "Could not create temporary directory to dump SQL files"
fi
# set cleanup flag