commit | 51981c812b790374d6a002c82e78f7ab6d001116 | [log] [download] |
---|---|---|
author | Kir Kolyshkin <kir@openvz.org> | Fri Aug 29 16:29:16 2014 -0700 |
committer | Kir Kolyshkin <kir@openvz.org> | Fri Aug 29 16:30:42 2014 -0700 |
tree | 2b7edd520a895722af216eae5ea55d22fad1db74 | |
parent | c69a2e533a8cc9d9aa72519c99d885b40dfa9ab7 [diff] |
vzmigrate: don't exit 1 on success An explicit exit 0 is required at the end of the script as undo_lock calls undo_ssh_mux that can set $? to 1 due to test statement returning false. Signed-off-by: Kir Kolyshkin <kir@openvz.org>