Skip to content

Commit

Permalink
Reset default option
Browse files Browse the repository at this point in the history
  • Loading branch information
loyess committed Feb 22, 2021
1 parent 2b50e3f commit e19c3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare/shadowsocks_prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ install_prepare_cipher(){
local tempNum=14
local SHADOWSOCKS_CIPHERS=( ${SHADOWSOCKS_LIBEV_CIPHERS[@]} )
elif [[ ${SS_VERSION} = "ss-rust" ]]; then
local tempNum=15
local tempNum=2
local SHADOWSOCKS_CIPHERS=( ${SHADOWSOCKS_RUST_CIPHERS[@]} )
elif [[ ${SS_VERSION} = "go-ss2" ]]; then
local tempNum=2
Expand Down

0 comments on commit e19c3be

Please sign in to comment.