From 468300227d10b72667ace5417c9143a8db69aac2 Mon Sep 17 00:00:00 2001 From: shanmite Date: Sat, 24 Sep 2022 20:35:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=9D=92=E9=BE=99=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E6=97=B6=E5=87=BA=E9=94=99(#202)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/qinglong/init.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/script/qinglong/init.sh b/script/qinglong/init.sh index e754838..312ccfa 100644 --- a/script/qinglong/init.sh +++ b/script/qinglong/init.sh @@ -2,6 +2,8 @@ set -e NAME=LotteryAutoScript + +# 视网络情况选择链接 GIT_REPO=https://github.com/shanmiteko/${NAME}.git # GIT_REPO=https://ghproxy.com/https://github.com/shanmiteko/${NAME}.git @@ -14,11 +16,13 @@ else fi if [ -f "$NAME/my_config.js" ]; then + echo 'my_config 已存在' else cp $NAME/my_config.example.js $NAME/my_config.js fi if [ -f "$NAME/env.js" ]; then + echo 'env.js 已存在' else cp $NAME/env.example.js $NAME/env.js fi