Commit 6caf39ef authored by wanliofficial's avatar wanliofficial

update

parent 48af3786
#!/usr/bin/env bash #!/usr/bin/env bash
<<<<<<< HEAD
Cur_Dir=$(pwd)
source venv/bin/activate
nohup ${Cur_Dir}/venv/bin/python3 ${Cur_Dir}/start.py > runoob.log 2>&1 &
=======
Cur_Dir=$(pwd) Cur_Dir=$(pwd)
source venv/bin/activate source venv/bin/activate
nohup ${Cur_Dir}/venv/bin/python3 ${Cur_Dir}/start.py > runoob.log 2>&1 & nohup ${Cur_Dir}/venv/bin/python3 ${Cur_Dir}/start.py > runoob.log 2>&1 &
>>>>>>> 735d39eb4d0c3134b62bf4fe1b7a2ca0ea8da1ca
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