Commit 1b434fb37d2a5aca31dc75ecb44fe0aea2cb371a
1 parent
9b1a270f
Exists in
master
Update ngrok_install.sh
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
ngrok_install.sh
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 | PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin |
9 | 9 | export PATH |
10 | 10 | shell_run_start=`date "+%Y-%m-%d %H:%M:%S"` #shell run start time |
11 | -version="V5.1" | |
11 | +version="V5.4" | |
12 | 12 | str_ngrok_dir="/usr/local/ngrok" |
13 | 13 | # Check if user is root |
14 | 14 | function rootness(){ |
... | ... | @@ -212,6 +212,7 @@ function pre_install(){ |
212 | 212 | config_runshell_ngrok |
213 | 213 | clear |
214 | 214 | fun_clangcn.com |
215 | + /etc/init.d/ngrokd start | |
215 | 216 | echo "Install Ngrok completed! enjoy it." |
216 | 217 | echo "=========================================================================" |
217 | 218 | echo "On key install Ngrok ${version} for Debian/Ubuntu/CentOS Linux Server" | ... | ... |