lijian hace 2 años
padre
commit
1782d601af
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      run_production.sh

+ 1 - 1
run_production.sh

@@ -11,7 +11,7 @@ MYSQL_PASSWORD="zJv4DwFL6G2MgSvP@"
 RABBIT_URI="amqp://guest:guest@127.0.0.1:5672"
 BIN_PATH="/opt/go/bin"
 
-for name in httpaccess registry apiprovider devicemanager controller mqttaccess knowoapi fileaccess coapaccess
+for name in httpaccess bin/registry apiprovider devicemanager controller mqttaccess knowoapi fileaccess coapaccess
 do
   p_id=`ps -ef| grep "$name" |grep -v "grep" | awk '{print $2}'`
   if [ -z "$p_id" ];