update wiki link, match details filename to script
This commit is contained in:
parent
8e30cb4048
commit
5cd023010c
@ -165,9 +165,8 @@ scriptHelp () {
|
|||||||
|
|
||||||
printf "More details and examples of script usage can be found in the "
|
printf "More details and examples of script usage can be found in the "
|
||||||
printf "repo wiki at\n"
|
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 "/wiki${norm}.\n"
|
||||||
|
|
||||||
printf "${cyan}%s${norm}\n\n" "--------------------------------------------------------------------------------"
|
printf "${cyan}%s${norm}\n\n" "--------------------------------------------------------------------------------"
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -230,7 +229,7 @@ scriptPath="$( CDPATH='' cd -- "$( dirname -- "$0" )" && pwd -P )"
|
|||||||
scriptName="$( basename "$0" )"
|
scriptName="$( basename "$0" )"
|
||||||
logFile="$scriptPath/${scriptName%.*}.log"
|
logFile="$scriptPath/${scriptName%.*}.log"
|
||||||
warnCount=0
|
warnCount=0
|
||||||
configDetails="$scriptPath/seafbackup.details"
|
configDetails="$scriptPath/${scriptName%.*}.details"
|
||||||
err503Copied=0
|
err503Copied=0
|
||||||
sqlCopied=0
|
sqlCopied=0
|
||||||
includeXtra=0
|
includeXtra=0
|
||||||
|
Loading…
Reference in New Issue
Block a user