dever 5 anni fa
parent
commit
8bb51810a0
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/shell/ngrok/daemon

+ 1 - 1
src/shell/ngrok/daemon

@@ -6,7 +6,7 @@ port=$2
 path=$3
 path=$3
 while true
 while true
 do
 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
     if [ "$pids" ]; then
         sleep 60
         sleep 60
     else
     else