update wiki link, match details filename to script

This commit is contained in:
Asif Bacchus 2019-07-30 00:39:17 -06:00
parent 8e30cb4048
commit 5cd023010c
1 changed files with 2 additions and 3 deletions

View File

@ -165,9 +165,8 @@ scriptHelp () {
printf "More details and examples of script usage can be found in the "
printf "repo wiki at\n"
printf "${yellow}https://git.asifbacchus.app/asif/seafileBackup.git"
printf "${yellow}https://git.asifbacchus.app/BacchusGroup/seafileBackup"
printf "/wiki${norm}.\n"
printf "${cyan}%s${norm}\n\n" "--------------------------------------------------------------------------------"
}
@ -230,7 +229,7 @@ scriptPath="$( CDPATH='' cd -- "$( dirname -- "$0" )" && pwd -P )"
scriptName="$( basename "$0" )"
logFile="$scriptPath/${scriptName%.*}.log"
warnCount=0
configDetails="$scriptPath/seafbackup.details"
configDetails="$scriptPath/${scriptName%.*}.details"
err503Copied=0
sqlCopied=0
includeXtra=0