mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2025-12-29 01:44:39 +08:00
shutdown脚本更新
This commit is contained in:
@@ -1,2 +1,2 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
kill 15 `ps -ef|grep kkFileView|awk '{print $2}'`
|
kill -15 `ps -ef|grep kkFileView|awk 'NR==1{print $2}'`
|
||||||
|
|||||||
Reference in New Issue
Block a user