运行脚本

master
pan 4 years ago
parent 82bb5321a9
commit c1307fecc2
  1. 2
      run.sh

@ -6,7 +6,7 @@ export webClient=http://localhost:5000
function run(){ function run(){
nohup yarn start & nohup yarn start &
pid=`findPortPid $PORT` pid=`findPortPid $PORT`
ech $pid>$pid.log touch $pid.log && chmod +x $pid.log
} }
if [ -e *.pid ] if [ -e *.pid ]

Loading…
Cancel
Save