Update dockcheck.sh

This commit is contained in:
mag37
2023-03-04 20:31:20 +01:00
committed by GitHub
parent 6cd90e4597
commit 76337ee326

View File

@@ -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 ; }