From afacc8ffc15d2958018bd60b302ef22ebc55726e Mon Sep 17 00:00:00 2001 From: Bruno21 Date: Mon, 19 Aug 2024 08:38:27 +0200 Subject: [PATCH] Bugfix -correct RawUrl --- bashbirds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashbirds.sh b/bashbirds.sh index 270f49a..0e3c09d 100755 --- a/bashbirds.sh +++ b/bashbirds.sh @@ -3,7 +3,7 @@ VERSION="v0.5b" ### ChangeNotes: Notification template changes for: gotify(new), DSM(improved), SMTP(deprecation alternative). Github="https://github.com/bruno21/bashbirds" -RawUrl="https://raw.githubusercontent.com/bruno21/bashbirds/main/dockcheck.sh" +RawUrl="https://raw.githubusercontent.com/bruno21/bashbirds/main/bashbirds.sh" ### Variables for self updating ScriptArgs=( "$@" )