Removed sql details file var

Removed unneeded vars from initial unset
This commit is contained in:
Asif Bacchus 2018-10-19 21:46:18 -06:00
parent ca6b207d50
commit c0289381f6
1 changed files with 0 additions and 7 deletions

View File

@ -194,9 +194,6 @@ logFile="$scriptPath/${scriptName%.*}.log"
err503Path="$scriptPath/503.html"
err503File="${err503Path##*/}"
# set default sqlDetails path to scriptPath
sqlDetails="$scriptPath/nc_sql.details"
# set default borgDetails path to scriptPath
borgDetails="$scriptPath/nc_borg.details"
@ -209,11 +206,7 @@ borgPruneParams='--list'
unset PARAMS
unset sqlDumpDir
unset webroot
unset ncRoot
unset webUser
unset clean503
unset sqlParams
unset ncDataDir
unset borgXtra
unset borgExclude
unset borgPrune