This commit is contained in:
liwei1dao 2022-07-22 15:53:33 +08:00
commit 4c1fb5db0b
5 changed files with 2 additions and 2 deletions

0
bin/bulid_linux.sh → bin/build_linux.sh Normal file → Executable file
View File

Binary file not shown.

Binary file not shown.

View File

@ -25,7 +25,7 @@
}
stop(){
echo "stopping..."
echo "stopping $SERVICE..."
kill -9 `cat $SERVICE.pid`
if [ $? -ne 0 ]
then

Binary file not shown.