From 0d6da201b71885e4d5efbacb4e2953a9348a0d18 Mon Sep 17 00:00:00 2001 From: mag37 Date: Sun, 5 Mar 2023 21:25:22 +0100 Subject: [PATCH] Update dockcheck.sh changed url --- dockcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockcheck.sh b/dockcheck.sh index cd634d9..4161433 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@ -2,7 +2,7 @@ VERSION="v0.2.3" ### ChangeNotes: Added self-updating git/curl-function and a dirty changenote. Github="https://github.com/mag37/dockcheck" -RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/selfupdate/dockcheck.sh" +RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/main/dockcheck.sh" ### Variables for self updating ScriptArgs=( "$@" )