diff options
| -rw-r--r-- | os-plugins/plugins/vmchooser/XX_vmchooser.sh | 3 | ||||
| -rwxr-xr-x | os-plugins/plugins/vmchooser/files/xmlfilter.sh | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/os-plugins/plugins/vmchooser/XX_vmchooser.sh b/os-plugins/plugins/vmchooser/XX_vmchooser.sh index 1df3b275..c0345254 100644 --- a/os-plugins/plugins/vmchooser/XX_vmchooser.sh +++ b/os-plugins/plugins/vmchooser/XX_vmchooser.sh @@ -22,7 +22,8 @@ if [ -e $CONFFILE ]; then testmkd /mnt/etc/X11/sessions cp /mnt/opt/openslx/plugin-repo/vmchooser/default.desktop \ /mnt/etc/X11/sessions/ - cp $CONFFILE /mnt/opt/openslx/plugin-repo/vmchooser/stage3.conf + testmkd /mnt/etc/opt/openslx + cp $CONFFILE /mnt/etc/opt/openslx/vmchooser-stage3.conf [ $DEBUGLEVEL -gt 0 ] && echo "done with 'vmchooser' os-plugin ..." fi fi diff --git a/os-plugins/plugins/vmchooser/files/xmlfilter.sh b/os-plugins/plugins/vmchooser/files/xmlfilter.sh index 2719557b..f734ea2f 100755 --- a/os-plugins/plugins/vmchooser/files/xmlfilter.sh +++ b/os-plugins/plugins/vmchooser/files/xmlfilter.sh @@ -7,8 +7,8 @@ # -if [ -f /opt/openslx/plugin-repo/vmchooser/stage3.conf ]; then - . /opt/openslx/plugin-repo/vmchooser/stage3.conf +if [ -f /etc/opt/openslx/vmchooser-stage3.conf ]; then + . /etc/opt/openslx/vmchooser-stage3.conf fi if [ -n ${env} ]; then |
