Commit eac6553e8f06fa9b125783468de008edcdc267bf
1 parent
1b434fb3
Exists in
master
Update ngrok_install.sh
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ngrok_install.sh
... | ... | @@ -210,9 +210,9 @@ function pre_install(){ |
210 | 210 | fi |
211 | 211 | if [ -s /usr/local/ngrok/bin/ngrokd ]; then |
212 | 212 | config_runshell_ngrok |
213 | + /etc/init.d/ngrokd start | |
213 | 214 | clear |
214 | 215 | fun_clangcn.com |
215 | - /etc/init.d/ngrokd start | |
216 | 216 | echo "Install Ngrok completed! enjoy it." |
217 | 217 | echo "=========================================================================" |
218 | 218 | echo "On key install Ngrok ${version} for Debian/Ubuntu/CentOS Linux Server" | ... | ... |