🔨fix bug

This commit is contained in:
Leon 2021-08-09 17:26:55 +08:00 committed by GitHub
parent d8d139373d
commit 0e8000489b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -209,7 +209,7 @@ elif [ "${code}" = 'n' ]; then
echo "已为您跳过操作 code.sh"
else
if [[ ${code} =~ 'a' ]]; then
dl_code_shell
get_valid_code && dl_code_shell
fi
if [[ ${code} =~ 'b' ]]; then
set_default_code
@ -327,4 +327,4 @@ fi
# 提示配置结束
echo -e "\n配置到此结束您是否成功了呢"
echo -e "\n配置到此结束您是否成功了呢"