From a857671265d7a70996311c9a106bc79a8b52b37c Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Tue, 13 Jul 2021 14:28:20 +0000
Subject: [PATCH] Changed commented line
---
git-mirror-update.sh | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/git-mirror-update.sh b/git-mirror-update.sh
old mode 100755
new mode 100644
index ea72417..20765d3
--- a/git-mirror-update.sh
+++ b/git-mirror-update.sh
@@ -1,7 +1,6 @@
#!/bin/bash
-#GIT_DIRECTORY=/Eduardo/git
-GIT_DIRECTORY=/home/joel/Downloads/temp
+GIT_DIRECTORY=/Eduardo/git
for d in $GIT_DIRECTORY/*; do
if ! grep -q "mirror = true" $d/config; then
--
Gitblit v1.10.0