From d02762d84cf473207cc924a7c3508a7b0f16ea00 Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Fri, 20 Mar 2009 15:53:57 +0000 Subject: vmchooser: if you start from a dm you do not want to hear that a dm is already started vmware: shorter check for vmware-images. check for flat images removed, because now only the first 30 lines are checked. and flat images can't be started without a header-vmdk anyway. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2750 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/vmchooser/files/run-virt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os-plugins/plugins/vmchooser/files/run-virt.sh') diff --git a/os-plugins/plugins/vmchooser/files/run-virt.sh b/os-plugins/plugins/vmchooser/files/run-virt.sh index c0cad9d7..87d7abf3 100644 --- a/os-plugins/plugins/vmchooser/files/run-virt.sh +++ b/os-plugins/plugins/vmchooser/files/run-virt.sh @@ -236,7 +236,7 @@ if [ -e /etc/opt/openslx/run-${virt_mach}.include ] ; then echo "EdgeScroll 0 0" > ${redodir}/fvwm fvwm2 -f ${redodir}/fvwm >/dev/null 2>&1 & else - $dm & + $dm >/dev/null 2>&1 & fi break fi -- cgit v1.2.3-55-g7522