Commit 54d9caed4c7812e9308a7328ac96a980d4420521

Authored by Clang
Committed by GitHub
1 parent ebb16dcb
Exists in master

Update install_ngrok.sh

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
install_ngrok.sh
... ... @@ -488,7 +488,7 @@ function fun_update_ngrok(){
488 488 check_killall
489 489 killall ngrokd
490 490 fi
491   - rm -f ${str_ngrok_dir}/bin/ngrokd /usr/bin/ngrokd /var/run/ngrok_clang.pid /root/ngrok_install.log /root/ngrok_uninstall.log
  491 + rm -f ${str_ngrok_dir}/bin/ngrokd /var/run/ngrok_clang.pid /root/ngrok_install.log /root/ngrok_uninstall.log
492 492 # Download ngrok file
493 493 fun_download_file
494 494 if [ "${OS}" == 'CentOS' ]; then
... ...