Commit ebb16dcb9bc523f352206899bef2cbd1c915411f

Authored by Clang
Committed by GitHub
1 parent 8204ec12
Exists in master

Update install_ngrok.sh

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
install_ngrok.sh
... ... @@ -532,7 +532,7 @@ update)
532 532 fun_update_ngrok 2>&1 | tee /root/ngrok_update.log
533 533 ;;
534 534 *)
535   - fun_clangcn
  535 + fun_clangcn "clear"
536 536 echo "Arguments error! [${action} ]"
537 537 echo "Usage: `basename $0` {install|uninstall|update|config}"
538 538 ;;
... ...