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 0bae2ae commit 65c46a9
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 @@ -4,7 +4,7 @@
install_ssr(){
cd /root/
echo '下载ssr'
git clone git://github.com/maxzh0916/1ClickDeploy.git && cd 1ClickDeploy && ./setup_cymysql.sh && ./initcfg.sh
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 " mysql服务器地址:" ssserver
stty erase '^H' && read -p " mysql服务器端口:" ssport
Expand Down

0 comments on commit 65c46a9

Please sign in to comment.