Fixed typo in default borgDetails setting

This commit is contained in:
Asif Bacchus 2018-10-14 09:50:10 -06:00
parent eff0c745d1
commit 1a4fea9aa8

View File

@ -135,7 +135,7 @@ err503File="${err503Path##*/}"
sqlDetails="$scriptPath/nc_sql.details" sqlDetails="$scriptPath/nc_sql.details"
# set default borgDetails path to scriptPath # set default borgDetails path to scriptPath
borgDetails=$"scriptPath/nc_borg.details" borgDetails="$scriptPath/nc_borg.details"
# set borg parameters to 'normal' verbosity # set borg parameters to 'normal' verbosity
borgCreateParams='--stats' borgCreateParams='--stats'