From 1a4fea9aa895ec82074b5657771c604dab464c91 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 14 Oct 2018 09:50:10 -0600 Subject: [PATCH] Fixed typo in default borgDetails setting --- backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index c19a94c..b2be919 100755 --- a/backup.sh +++ b/backup.sh @@ -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'