fix bugs
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# 停止所有gunicorn进程
|
||||
pkill gunicorn
|
||||
|
||||
echo "已停止所有gunicorn进程"
|
||||
Reference in New Issue
Block a user