Commit 01f4e7be authored by wei.xuan's avatar wei.xuan

fix:fix start

parent 76add2aa
tunnel_addr = majora.virjar.com:5879 ;tunnel_addr = majora.virjar.com:5879
tunnel_addr = majora-dev.virjar.com:5879
dns_server = 114.114.114.114:53 dns_server = 114.114.114.114:53
;bind to local ip ;bind to local ip
;local_ip = 192.168.0.100 ;local_ip = 192.168.0.100
......
...@@ -35,7 +35,7 @@ if [[ ! -d ${std_log} ]] ;then ...@@ -35,7 +35,7 @@ if [[ ! -d ${std_log} ]] ;then
mkdir ${std_log} mkdir ${std_log}
fi fi
nohup bash exec.sh >> ${std_log} 2>&1 & nohup bash exec.sh >> std.log 2>&1 &
sleep 2 sleep 2
......
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