| commit | 947a7651301dafb325bdce8b0cdf11361b7e496d | [log] [tgz] |
|---|---|---|
| author | Jesse Andrews <anotherjesse@gmail.com> | Sat Nov 05 22:49:51 2011 -0700 |
| committer | Jesse Andrews <anotherjesse@gmail.com> | Sat Nov 05 22:49:51 2011 -0700 |
| tree | e54cbc1c7043a2bf169bcc5021180205ab89e439 | |
| parent | d7ce7afe0fc67e40ff5c711794ef31d3f7a3031c [diff] |
switch lsof syntax
diff --git a/tools/build_uec.sh b/tools/build_uec.sh index 719d268..61709ab 100755 --- a/tools/build_uec.sh +++ b/tools/build_uec.sh
@@ -166,8 +166,7 @@ EOF # (re)start a metadata service -#lsof -iTCP:4567 -sTCP:LISTEN -n -lsof -i -n | grep 192.168.$GUEST_NETWORK.1:4567 | awk '{print $2}' | xargs -n1 kill -9 +lsof -iTCP@192.168.$GUEST_NETWORK.1:4567 -n | awk '{print $2}' | xargs -n1 kill -9 cd $vm_dir/uec python meta.py 192.168.$GUEST_NETWORK.1:4567 &