summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--os-plugins/plugins/vmchooser/XX_vmchooser.sh4
1 files changed, 2 insertions, 2 deletions
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}