ovs-lib: Return the correct exit status of the command 'status'
authorGurucharan Shetty <gshetty@nicira.com>
Mon, 7 Oct 2013 21:28:48 +0000 (14:28 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Thu, 17 Oct 2013 17:15:05 +0000 (10:15 -0700)
commit1e7bc050ea69b53ece1d5cdacbcdbc46a0a42a8c
tree585a867c3f5407ced7ab90e9f7db334ab9748a86
parent1e56e9ddd893b0f0ccfcb6e1c0367e934c8a5965
ovs-lib: Return the correct exit status of the command 'status'

commit 46528f78e5c(debian, rhel, xenserver: Ability to collect ovs-ctl logs)
made changes in the startup scripts such that the o/p of ovs-ctl is logged
into ovs-ctl.log. But it had an unintended consequence that the exit status
of ovs-ctl was no longer returned. We would always return success(the exit
status of tee).

With this commit, we return the exit status of ovs-ctl instead of tee.

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
utilities/ovs-lib.in