Browse Source

start_shell: 修改服务启动脚本

Signed-off-by: binren <zhangbr@elab-plus.com>
binren 5 years ago
parent
commit
6667360605
1 changed files with 1 additions and 1 deletions
  1. 1 1
      start_shell.sh

+ 1 - 1
start_shell.sh

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