commit
This commit is contained in:
9
backend/stop.sh
Normal file
9
backend/stop.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
# 小红书Python服务停止脚本
|
||||
# 用途:停止生产环境服务
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
cd "$SCRIPT_DIR"
|
||||
|
||||
# 调用生产环境脚本的stop命令
|
||||
"$SCRIPT_DIR/start_prod.sh" stop
|
||||
Reference in New Issue
Block a user