Skip to content

Commit

Permalink
# v1.0.7 修复 切换日志模式后,ShadowsocksR启动失败的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Toyo authored Aug 13, 2017
1 parent 0f5780f commit fcb246b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ssrmu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ export PATH
#=================================================
# System Required: CentOS 6+/Debian 6+/Ubuntu 14.04+
# Description: Install the ShadowsocksR mudbjson server
# Version: 1.0.6
# Version: 1.0.7
# Author: Toyo
# Blog: https://doub.io/ss-jc60/
#=================================================

sh_ver="1.0.6"
sh_ver="1.0.7"
filepath=$(cd "$(dirname "$0")"; pwd)
file=$(echo -e "${filepath}"|awk -F "$0" '{print $1}')
ssr_folder="/usr/local/shadowsocksr"
Expand Down Expand Up @@ -657,7 +657,7 @@ Modify_config_speed_limit_per_user(){
fi
}
Modify_config_connect_verbose_info(){
sed -i 's/"connect_verbose_info": '"$(echo ${connect_verbose_info})"'/"connect_verbose_info": '"$(echo ${ssr_connect_verbose_info})"',/g' ${config_user_file}
sed -i 's/"connect_verbose_info": '"$(echo ${connect_verbose_info})"',/"connect_verbose_info": '"$(echo ${ssr_connect_verbose_info})"',/g' ${config_user_file}
}
Modify_config_transfer(){
match_edit=$(python mujson_mgr.py -e -p "${ssr_port}" -t "${ssr_transfer}"|grep -w "edit user ")
Expand Down

0 comments on commit fcb246b

Please sign in to comment.