Use zrpcd master branch to pull in thrift fix
[releng/builder.git] / packer / provision / mininet-ovs-2.6.sh
index 5e32c1179d9f1b16013a6bbb0bb9e1ec8f695bed..5b599d39a4920c0e7776d896535fcb1230b653c7 100644 (file)
@@ -34,8 +34,11 @@ echo '---> Waiting 15 secs for services to start'
 sleep 15
 ovs-vsctl --version
 ovs-vsctl show
-ps -elf|grep ovs
-ps -elf|grep vtep
+# We want to see the entire ps output not just the pid
+# shellcheck disable=SC2009
+ps -elf | grep ovs
+# shellcheck disable=SC2009
+ps -elf | grep vtep
 echo '---> Finished installing OpenVSwitch 2.6.1'
 
 echo '---> Installing mininet'