From 76337ee32695dbcb61ca14bdef98597066514467 Mon Sep 17 00:00:00 2001 From: mag37 Date: Sat, 4 Mar 2023 20:31:20 +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 6495a2e..2fa3e60 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@ -45,7 +45,7 @@ self_update_git() { git fetch [ -n "$(git diff --name-only "$ScriptUpstream" "$ScriptName")" ] && { printf "%s\n" "Pulling the latest version." - git checkout "$ScriptUpstream" + # git checkout "$ScriptUpstream" git pull --force echo "Running the new version..." cd - || { printf "Path error.\n" ; return ; }