Parcourir la source

start_shell: 修改服务启动脚本

Signed-off-by: binren <zhangbr@elab-plus.com>
binren il y a 5 ans
Parent
commit
6667360605
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 &