Kaynağa Gözat

start_shell: 修改服务启动脚本

Signed-off-by: binren <zhangbr@elab-plus.com>
binren 5 yıl önce
ebeveyn
işleme
6667360605
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      start_shell.sh

+ 1 - 1
start_shell.sh

@@ -1,3 +1,3 @@
 #!/bin/bash
 # 开发环境部署
-python3 service.py >>/tmp/huxingbao.log 2>&1 &
+python3 flask_app.py >>/tmp/huxingbao.log 2>&1 &