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>
1 file changed