diff --git a/seafileBackup/seafbackup.sh b/seafileBackup/seafbackup.sh index 88fcd64..02af748 100755 --- a/seafileBackup/seafbackup.sh +++ b/seafileBackup/seafbackup.sh @@ -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