From 0d4eb4365c3cba45c83b1022bf18db421a20752b Mon Sep 17 00:00:00 2001 From: mag37 Date: Sat, 4 Mar 2023 20:02:30 +0100 Subject: [PATCH] Update dockcheck.sh --- dockcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockcheck.sh b/dockcheck.sh index c02132d..20b03b7 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@ -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 '"')" ### Variables for self updating -ScriptBranch="main" +ScriptBranch="selfupdate" ScriptArgs=( "$@" ) ScriptPath="$(readlink -f "$0")" ScriptName="$(basename "$ScriptPath")"