File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -217,16 +217,16 @@ Set_passwd() {
217
217
}
218
218
Set_protocol () {
219
219
echo -e " 请选择 Brook 协议
220
- ${Green_font_prefix} 1.${Font_color_suffix} Brook( 即 [servers ])
220
+ ${Green_font_prefix} 1.${Font_color_suffix} Brook( 即 [server ])
221
221
${Green_font_prefix} 2.${Font_color_suffix} Brook WSServer( Websocket protocol )" && echo
222
- read -e -p " (默认: 1. Brook(servers )):" bk_protocol
222
+ read -e -p " (默认: 1. Brook(server )):" bk_protocol
223
223
[[ -z " ${bk_protocol} " ]] && bk_protocol=" 1"
224
224
if [[ ${bk_protocol} == " 1" ]]; then
225
- bk_protocol=" servers "
225
+ bk_protocol=" server "
226
226
elif [[ ${bk_protocol} == " 2" ]]; then
227
227
bk_protocol=" wsserver"
228
228
else
229
- bk_protocol=" servers "
229
+ bk_protocol=" server "
230
230
fi
231
231
echo && echo " ========================"
232
232
echo -e " 协议 : ${Green_font_prefix}${bk_protocol}${Font_color_suffix} "
You can’t perform that action at this time.
0 commit comments