wangzhengquan
2020-09-10 591aacee97f4a6486631c38a6b418e20b2c4109c
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!"