diff --git a/repo_watcher.sh b/repo_watcher.sh index 15e238e..9252b12 100644 --- a/repo_watcher.sh +++ b/repo_watcher.sh @@ -5,9 +5,6 @@ process_repo() { FULL_REPO_URL=$1 DESTINATION=$2 - # Ensure The Repo is marked as Safe by Git - # git config --global --add safe.directory /srv/Repo_Cache/docs - # Extract the URL without credentials for logging and notifications CLEAN_REPO_URL=$(echo "$FULL_REPO_URL" | sed 's/https:\/\/[^@]*@/https:\/\//')