Commit e91887e7 e91887e753eebe434ac51cca2505c7c3173f654a by zhanghao

commit

1 parent fe67a8dd
...@@ -9,5 +9,3 @@ if [ -n "$pid" ]; then ...@@ -9,5 +9,3 @@ if [ -n "$pid" ]; then
9 fi 9 fi
10 10
11 nohup npm run dev > client.log & 11 nohup npm run dev > client.log &
12 myport=$(lsof -i :$port)
13 echo $myport
......