Update dockcheck.sh

This commit is contained in:
mag37
2023-03-04 20:02:30 +01:00
committed by GitHub
parent ac77470dee
commit 0d4eb4365c

View File

@@ -7,7 +7,7 @@ RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/main/dockcheck.sh"
LatestRelease="$(curl -s -r 0-50 $RawUrl | sed -n "/VERSION/s/VERSION=//p" | tr -d '"')" LatestRelease="$(curl -s -r 0-50 $RawUrl | sed -n "/VERSION/s/VERSION=//p" | tr -d '"')"
### Variables for self updating ### Variables for self updating
ScriptBranch="main" ScriptBranch="selfupdate"
ScriptArgs=( "$@" ) ScriptArgs=( "$@" )
ScriptPath="$(readlink -f "$0")" ScriptPath="$(readlink -f "$0")"
ScriptName="$(basename "$ScriptPath")" ScriptName="$(basename "$ScriptPath")"