start.sh 344 Bytes
Newer Older
wanliofficial's avatar
wanliofficial committed
1
#!/usr/bin/env bash
2 3 4 5 6 7 8 9
###
 # @Author: your name
 # @Date: 2021-07-15 09:33:39
 # @LastEditTime: 2021-07-21 14:25:13
 # @LastEditors: your name
 # @Description: In User Settings Edit
 # @FilePath: \evm-store\backend\start.sh
### 
wanliofficial's avatar
wanliofficial committed
10

wanli's avatar
wanli committed
11 12 13
Cur_Dir=$(pwd)

source venv/bin/activate
14
nohup ${Cur_Dir}/venv/bin/python3 ${Cur_Dir}/start.py > running.log 2>&1 &