This commit is contained in:
@@ -749,7 +749,7 @@ execute_task() {
|
|||||||
|
|
||||||
VPN_PROXY_REPO="wireguard-proxy-client";
|
VPN_PROXY_REPO="wireguard-proxy-client";
|
||||||
if [ ! -d "/tmp/$VPN_PROXY_REPO" ]; then
|
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
|
else
|
||||||
cd /tmp/$VPN_PROXY_REPO
|
cd /tmp/$VPN_PROXY_REPO
|
||||||
git pull >/dev/null
|
git pull >/dev/null
|
||||||
|
Reference in New Issue
Block a user