Commit 8fbf84be authored by 虢奥's avatar 虢奥

脚本增加sleep

parent 6bfde678
#!/bin/bash
ps -ef|grep realtime_dispatch.py|grep -v grep |awk {'print $2'} |xargs kill -9
sleep 2
python3 topo_update_server.py
sleep 2
nohup python3 realtime_dispatch.py --active >/dev/null 2>&1 &
sleep 2
nohup flask run --host=0.0.0.0 >/dev/null 2>&1 &
\ No newline at end of file
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