Browse Source

shutdown脚本更新

陈精华 5 năm trước cách đây
mục cha
commit
69e23dbb99
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      jodconverter-web/src/main/bin/shutdown.sh

+ 1 - 1
jodconverter-web/src/main/bin/shutdown.sh

@@ -1,2 +1,2 @@
 #!/bin/bash
-kill 15 `ps -ef|grep kkFileView|awk '{print $2}'`
+kill -15 `ps -ef|grep kkFileView|awk 'NR==1{print $2}'`