Fixed typo in default borgDetails setting
This commit is contained in:
parent
eff0c745d1
commit
1a4fea9aa8
@ -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'
|
||||||
|
Loading…
Reference in New Issue
Block a user