LingxinMeng hace 1 año
padre
commit
428f0ce46f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      stop-dispatch_server.sh

+ 1 - 1
stop-dispatch_server.sh

@@ -5,5 +5,5 @@ then
     echo Application is already stopped
 else
     echo kill $PID
-        kill $PID
+    kill $PID
 fi