Skip to content

Commit f735785

Browse files
authored
Update brook.sh
1 parent 9591b4e commit f735785

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

brook.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -217,16 +217,16 @@ Set_passwd() {
217217
}
218218
Set_protocol() {
219219
echo -e "请选择 Brook 协议
220-
${Green_font_prefix}1.${Font_color_suffix} Brook( 即 [servers])
220+
${Green_font_prefix}1.${Font_color_suffix} Brook( 即 [server])
221221
${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
223223
[[ -z "${bk_protocol}" ]] && bk_protocol="1"
224224
if [[ ${bk_protocol} == "1" ]]; then
225-
bk_protocol="servers"
225+
bk_protocol="server"
226226
elif [[ ${bk_protocol} == "2" ]]; then
227227
bk_protocol="wsserver"
228228
else
229-
bk_protocol="servers"
229+
bk_protocol="server"
230230
fi
231231
echo && echo "========================"
232232
echo -e " 协议 : ${Green_font_prefix}${bk_protocol}${Font_color_suffix}"

0 commit comments

Comments
 (0)