commit | 9645b0c9c9d862a585e8923cad79e916f7585b6e | [log] [tgz] |
---|---|---|
author | Jesse Andrews <anotherjesse@gmail.com> | Sat Nov 05 23:05:33 2011 -0700 |
committer | Jesse Andrews <anotherjesse@gmail.com> | Sat Nov 05 23:05:33 2011 -0700 |
tree | 6754407c195bc2a9791c581d06467194c365e4b2 | |
parent | cc03cc8d58514a4c88579791fdfa0559569f9818 [diff] [blame] |
kill ...
diff --git a/tools/build_uec.sh b/tools/build_uec.sh index 89d4661..f420d6b 100755 --- a/tools/build_uec.sh +++ b/tools/build_uec.sh
@@ -168,7 +168,7 @@ # (re)start a metadata service ( pid=`lsof -iTCP@192.168.$GUEST_NETWORK.1:4567 -n | awk '{print $2}' | tail -1` - [ ! -e $pid ] || kill -9 $pid + [ -z "$pid" ] || kill -9 $pid ) cd $vm_dir/uec python meta.py 192.168.$GUEST_NETWORK.1:4567 &