LingxinMeng 1 ano atrás
pai
commit
428f0ce46f
1 arquivos alterados com 1 adições e 1 exclusões
  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