From ecb95ab19423466aa30b256eb14a13f443eb8d79 Mon Sep 17 00:00:00 2001 From: hael Date: Tue, 4 Mar 2025 12:11:44 +0100 Subject: [PATCH] wireguard clone --- scripts/scheduler/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/scheduler/entrypoint.sh b/scripts/scheduler/entrypoint.sh index 1345228..9c5257a 100644 --- a/scripts/scheduler/entrypoint.sh +++ b/scripts/scheduler/entrypoint.sh @@ -749,7 +749,7 @@ execute_task() { VPN_PROXY_REPO="wireguard-proxy-client"; if [ ! -d "/tmp/$VPN_PROXY_REPO" ]; then - git clone $REPO /tmp/$VPN_PROXY_REPO >/dev/null + git clone https://git.format.hu/safebox/$VPN_PROXY_REPO.git /tmp/$VPN_PROXY_REPO >/dev/null else cd /tmp/$VPN_PROXY_REPO git pull >/dev/null