From 591aacee97f4a6486631c38a6b418e20b2c4109c Mon Sep 17 00:00:00 2001
From: wangzhengquan <wangzhengquan85@126.com>
Date: 星期四, 10 九月 2020 14:56:47 +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