Skip to content

Commit

Permalink
Update 1ClickDeploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
maxzh0916 authored Dec 1, 2017
1 parent 60e9d77 commit b4387dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 1ClickDeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ install_ssr(){
stty erase '^H' && read -p " mysql服务器密码:" sspass
stty erase '^H' && read -p " mysql服务器数据库名:" ssdb
stty erase '^H' && read -p " SSR节点ID(nodeid):" ssnode
stty erase '^H' && read -p " 加密:" ssmethod
stty erase '^H' && read -p " 协议:" ssprotocol
stty erase '^H' && read -p " 混淆:" ssobfs
stty erase '^H' && read -p " 加密(method):" ssmethod
stty erase '^H' && read -p " 协议(protocol):" ssprotocol
stty erase '^H' && read -p " 混淆(obfs):" ssobfs
sed -i -e "s/ssapi/$ssapi/g" userapiconfig.py
sed -i -e "s/ssserver/$ssserver/g" usermysql.json
sed -i -e "s/ssport/$ssport/g" usermysql.json
Expand Down

0 comments on commit b4387dc

Please sign in to comment.