From 7ba5854ad1bc770a03d620cea78bafdc62dfdf24 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期五, 19 六月 2020 18:16:31 +0800 Subject: [PATCH] update --- script/stop.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/script/stop.sh b/script/stop.sh index 2beea7d..10ef7c4 100755 --- a/script/stop.sh +++ b/script/stop.sh @@ -1,3 +1,3 @@ # pkill netdisk_service && echo "netdisk_service stopted!" -kill -9 $(cat bin/PID) && echo "netdisk_service stopted!" \ No newline at end of file +kill -9 $(cat bin/PID 2>/dev/null) 2>/dev/null && echo "netdisk_service stopted!" \ No newline at end of file -- Gitblit v1.8.0