vzmigrate: don't run ps if there's no $pid

Check that $pid is not empty before running ps.

Otherwise we have this:

	Error: ERROR: CT  already locked by PID
	error: list of process IDs must follow -p

	Usage:
	 ps [options]

	 Try 'ps --help <simple|list|output|threads|misc|all>'
	  or 'ps --help <s|l|o|t|m|a>'
	 for additional help text.

	For more details see ps(1).

Signed-off-by: Kir Kolyshkin <kir@openvz.org>
1 file changed