From 1d31a0eae01853c2066f191d27f0de5303bc73d4 Mon Sep 17 00:00:00 2001 From: midoks Date: Sat, 9 Sep 2023 11:57:15 +0800 Subject: [PATCH] Update update.sh --- scripts/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update.sh b/scripts/update.sh index d4aaf74c8..093c2aa7c 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -62,7 +62,7 @@ if [ ! -z "$cn" ] || [ "$?" != "0" ] ;then LOCAL_ADDR=cn HTTP_PREFIX="https://ghproxy.com/" fi - +echo "local:${LOCAL_ADDR}" CP_CMD=/usr/bin/cp if [ -f /bin/cp ];then