wangzhengquan
2020-06-19 7ba5854ad1bc770a03d620cea78bafdc62dfdf24
update
1个文件已修改
2 ■■■ 已修改文件
script/stop.sh 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
script/stop.sh
@@ -1,3 +1,3 @@
# pkill netdisk_service && echo "netdisk_service stopted!"
kill -9 $(cat bin/PID) && echo "netdisk_service stopted!"
kill -9 $(cat bin/PID 2>/dev/null) 2>/dev/null && echo "netdisk_service stopted!"