Skip to content

Commit

Permalink
Fix typo in set_core_config()
Browse files Browse the repository at this point in the history
  • Loading branch information
qzydustin committed Aug 15, 2024
1 parent f9fcd71 commit 0e0504c
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 0e0504c

Please sign in to comment.