Skip to content

Commit

Permalink
Update 1ClickDeploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
maxzh0916 authored Nov 30, 2017
1 parent 8c79ec7 commit 32e350c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1ClickDeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ install_ssr(){
echo '下载ssr'
git clone git://github.com/maxzh0916/1ClickDeploy.git && cd 1ClickDeploy && chmod +x setup_cymysql.sh && chmod +x ./initcfg.sh && ./setup_cymysql.sh && ./initcfg.sh
echo 'ssr安装完成'
stty erase '^H' && read -p " API接口(mudbjson, sspanelv2, sspanelv3, sspanelv3ssr, glzjinmod, legendsockssr):"ssapi
stty erase '^H' && read -p " API接口(mudbjson, sspanelv2, sspanelv3, sspanelv3ssr, glzjinmod, legendsockssr):" ssapi
stty erase '^H' && read -p " mysql服务器地址:" ssserver
stty erase '^H' && read -p " mysql服务器端口:" ssport
stty erase '^H' && read -p " mysql服务器用户名:" ssuser
Expand Down

0 comments on commit 32e350c

Please sign in to comment.