Skip to content

Commit

Permalink
Merge pull request #733 from qzydustin/dev
Browse files Browse the repository at this point in the history
Fix typo in set_core_config()
  • Loading branch information
juewuy authored Aug 17, 2024
2 parents 1ec46a2 + 0e0504c commit ec1ccf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ set_core_config(){ #配置文件功能
if [ -f "$CRASHDIR"/v2b_api.sh ];then
echo -e " 2 登录\033[33m获取订阅(推荐!)\033[0m"
else
echo -e " 2 在线\033[33m获取完配置文件\033[0m"
echo -e " 2 在线\033[33m获取完整配置文件\033[0m"
fi
echo -e " 3 本地\033[32m生成providers配置文件\033[0m"
echo -e " 4 本地\033[33m上传完整配置文件\033[0m"
Expand Down

0 comments on commit ec1ccf2

Please sign in to comment.