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
1 changed files with 1 additions and 1 deletions

View File

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