From 13549c2018b12de6d2895d4bd8b87c885edf1bb7 Mon Sep 17 00:00:00 2001 From: mag37 Date: Sat, 4 Mar 2023 20:06:08 +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 68c1d1b..ef7b298 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash VERSION="v0.2.32" Github="https://github.com/mag37/dockcheck" -RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/main/dockcheck.sh" +RawUrl="https://raw.githubusercontent.com/mag37/dockcheck/selfupdate/dockcheck.sh" ### Check if there's a new release of the script: LatestRelease="$(curl -s -r 0-50 $RawUrl | sed -n "/VERSION/s/VERSION=//p" | tr -d '"')"