LingxinMeng 1 anno fa
parent
commit
428f0ce46f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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