From 00159eb469716957102b9750f4dbf067510e2a52 Mon Sep 17 00:00:00 2001 From: Clang Date: Thu, 24 Mar 2016 11:00:26 +0800 Subject: [PATCH] Update ngrok.sh --- ngrok.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ngrok.sh b/ngrok.sh index 9f0f4fe..a22e4b8 100644 --- a/ngrok.sh +++ b/ngrok.sh @@ -77,10 +77,10 @@ function start_ngrok_clang(){ echo ./bin/ngrokd -domain=\"$dns\" -httpAddr=\":$http_port\" -httpsAddr=\":$https_port\" -pass=\"$pass\" -tlsCrt=$srtCRT -tlsKey=$strKey -tunnelAddr=\":$remote_port\" nohup ./bin/ngrokd -domain="$dns" -httpAddr=":$http_port" -httpsAddr=":$https_port" -pass="$pass" -tlsCrt="$srtCRT" -tlsKey="$strKey" -tunnelAddr=":$remote_port" > ${ngrok_log} 2>&1 & echo -e "Ngrok is running..." - echo "read ${ngrok_log} for log" + echo "read $PWD/${ngrok_log} for log" else echo -e "Ngrok is running, ngrokd ProcessID is\033[40;32m" ${str_Ngrok_PID}"\033[0m." - echo "read ${ngrok_log} for log" + echo "read $PWD/${ngrok_log} for log" fi } -- libgit2 0.21.0