From 0a6f9edefc188c2d58d55f6a5165fb4bd76ea9e5 Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Tue, 3 Nov 2009 19:24:04 +0000 Subject: path fix git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@3186 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/vmchooser/XX_vmchooser.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os-plugins/plugins') diff --git a/os-plugins/plugins/vmchooser/XX_vmchooser.sh b/os-plugins/plugins/vmchooser/XX_vmchooser.sh index c730d794..5c53e444 100644 --- a/os-plugins/plugins/vmchooser/XX_vmchooser.sh +++ b/os-plugins/plugins/vmchooser/XX_vmchooser.sh @@ -16,8 +16,8 @@ . /etc/openslx.conf CONFFILE="/initramfs/plugin-conf/vmchooser.conf" -ETCDIR=/mnt/${OPENSLX_DEFAULT_CONFDIR} -PLUGINCONFDIR=${ETCDIR}/plugins/vmchooser +ETCDIR=${OPENSLX_DEFAULT_CONFDIR} +PLUGINCONFDIR=/mnt/${ETCDIR}/plugins/vmchooser BINDIR=/mnt/${OPENSLX_DEFAULT_BINDIR} PLUGINDIR=${OPENSLX_DEFAULT_DIR}/plugin-repo/vmchooser VIRTDIR=/mnt/${OPENSLX_DEFAULT_VIRTDIR} -- cgit v1.2.3-55-g7522