From 00583fca2f4aa57d9a3efd4ce878a77ada0ce566 Mon Sep 17 00:00:00 2001 From: Hugo Prata Date: Wed, 4 Mar 2020 22:33:54 +0000 Subject: [PATCH] =?UTF-8?q?Update=20endere=C3=A7os=20git=20server?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Updates/updateCodigo.sh | 2 +- Updates/updateExecutaveis.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Updates/updateCodigo.sh b/Updates/updateCodigo.sh index cef9d80..354c2a6 100644 --- a/Updates/updateCodigo.sh +++ b/Updates/updateCodigo.sh @@ -48,5 +48,5 @@ if [ -d $path/.git ]; then git reset --hard origin/master else echo "--- clone ---" - git clone https://denariu.net:9443/xx0003.git + git clone ssh://git@prontolavar.no-ip.org:16501/srv/git/xx0003.git fi \ No newline at end of file diff --git a/Updates/updateExecutaveis.sh b/Updates/updateExecutaveis.sh index 23ec9d7..f36b80d 100644 --- a/Updates/updateExecutaveis.sh +++ b/Updates/updateExecutaveis.sh @@ -10,5 +10,5 @@ if [ -d /d/executaveis/.git ]; then git reset --hard origin/master else echo "--- clone ---" - git clone https://denariu.net:9443/executaveis.git + git clone ssh://git@prontolavar.no-ip.org:16501/srv/git/executaveis.git fi \ No newline at end of file