vzctl runscript: do not umount CT if it was mounted before

The problem this patch solves is this:

	# vzctl status 1234
	CTID 1234 exist mounted down
	# echo "echo do-do" > do
	# vzctl runscript 1234 do
	do-do
	# vzctl status 1234
	CTID 1234 exist unmounted down

So a container that was mounted before became unmounted. Fix it.

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