dever 5 년 전
부모
커밋
8bb51810a0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/shell/ngrok/daemon

+ 1 - 1
src/shell/ngrok/daemon

@@ -6,7 +6,7 @@ port=$2
 path=$3
 while true
 do
-    pids=`ps aux|grep "ngrok -subdomain=$1 -config=${$path}ngrok.cfg $port"|grep -v entrypoint|grep -v grep|grep -v process|awk '{print $1}'`
+    pids=`ps aux|grep "ngrok -subdomain=$1 -config=${path}ngrok.cfg $port"|grep -v entrypoint|grep -v grep|grep -v process|awk '{print $1}'`
     if [ "$pids" ]; then
         sleep 60
     else