From dd98d6df8d1f04f51f15f635605d99426f57ca15 Mon Sep 17 00:00:00 2001 From: andre Date: Fri, 3 Apr 2026 19:55:31 +0200 Subject: [PATCH] rootfs/usr/local/bin/git-sync.sh aktualisiert --- rootfs/usr/local/bin/git-sync.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rootfs/usr/local/bin/git-sync.sh b/rootfs/usr/local/bin/git-sync.sh index 5f5292a..03d9f6a 100644 --- a/rootfs/usr/local/bin/git-sync.sh +++ b/rootfs/usr/local/bin/git-sync.sh @@ -9,7 +9,8 @@ if [ ! -d "$REPO/.git" ]; then mkdir -p /opt/ cd /opt echo "Klone Git-Repo nach /opt" - git clone http://vpnafgeissler.selfhost.co:8418/andre/git-sync.git + #git clone http://vpnafgeissler.selfhost.co:8418/andre/git-sync.git + git clone https://b481cc61683441f5808f1ef3aa2acf15205d97fb@git.vpnafgeissler.selfhost.co/andre/git-sync.git exit 1 fi