Commit 46913571 authored by wanli's avatar wanli

update

parent d61fa286
...@@ -2,5 +2,7 @@ ...@@ -2,5 +2,7 @@
# ps -def | grep "run.sh" # ps -def | grep "run.sh"
Cur_Dir=$(pwd)
source venv/bin/activate source venv/bin/activate
nohup /home/evm/workspace/evm-store/backend/venv/bin/python3 /home/evm/workspace/evm-store/backend/start.py > runoob.log 2>&1 & nohup ${Cur_Dir}/venv/bin/python3 ${Cur_Dir}/start.py > runoob.log 2>&1 &
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment