summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmchooser/files/run-virt.sh
diff options
context:
space:
mode:
authorMichael Janczyk2009-11-04 16:17:56 +0100
committerMichael Janczyk2009-11-04 16:17:56 +0100
commit8dab32fa94b5aa3d4a1a0f21bde35bdc8e32ef76 (patch)
treed3d5c9ffbd334e56991a9351230d542ff6c927cd /os-plugins/plugins/vmchooser/files/run-virt.sh
parentupdate vmchooser to 0.0.13 (new base paths) (diff)
downloadcore-8dab32fa94b5aa3d4a1a0f21bde35bdc8e32ef76.tar.gz
core-8dab32fa94b5aa3d4a1a0f21bde35bdc8e32ef76.tar.xz
core-8dab32fa94b5aa3d4a1a0f21bde35bdc8e32ef76.zip
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3197 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmchooser/files/run-virt.sh')
-rw-r--r--os-plugins/plugins/vmchooser/files/run-virt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/vmchooser/files/run-virt.sh b/os-plugins/plugins/vmchooser/files/run-virt.sh
index d7a587f2..a905c9d9 100644
--- a/os-plugins/plugins/vmchooser/files/run-virt.sh
+++ b/os-plugins/plugins/vmchooser/files/run-virt.sh
@@ -246,7 +246,7 @@ filecheck
# Get all virtual machine specific stuff from the respective include file
if [ -e ${PLUGINCONFDIR}/run-${virt_mach}.include ] ; then
- . PLUGINCONFDIR/run-${virt_mach}.include
+ . ${PLUGINCONFDIR}/run-${virt_mach}.include
# start a windowmanager for player 2+
# otherwise expect problems with windows opening in background
if [ "${virt_mach}" = "vmware" ]; then