From 5cd023010c7543a5a1cd783edd0cb556cdd085fe Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Tue, 30 Jul 2019 00:39:17 -0600 Subject: [PATCH] update wiki link, match details filename to script --- seafileBackup/seafbackup.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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