commit | c558281fcaf94f92bc73ac1ed24ca75a3e9a6105 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Thu May 29 19:53:55 2014 -0700 |
committer | Kir Kolyshkin <kir@openvz.org> | Thu May 29 19:53:55 2014 -0700 |
tree | b67fa5624c2890ad54cf00456b5d36eeb1b57b6a | |
parent | 5c6958dd97db5097d7d641d6b11c3e5dd8f6d52d [diff] |
vzmigrate: suppress error from kill -0 kill -0 $pid is used to check if the $pid is still there, and if not we error out with an appropriate message. It doesn't make sense to show an error from kill: kill: (1235) - No such process so let's suppress it. Signed-off-by: Kir Kolyshkin <kir@openvz.org>