summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmchooser/XX_vmchooser.sh
diff options
context:
space:
mode:
authorBastian Wissler2008-07-10 16:57:57 +0200
committerBastian Wissler2008-07-10 16:57:57 +0200
commit51a0ab4e3cd64fec6eb1d018c316ba20cab079dd (patch)
treea6c08ce11d14ea5b7fda2f6482673d1ac143084e /os-plugins/plugins/vmchooser/XX_vmchooser.sh
parentsome changes to vmchooser + initial import for bindrivers plugins (diff)
downloadcore-51a0ab4e3cd64fec6eb1d018c316ba20cab079dd.tar.gz
core-51a0ab4e3cd64fec6eb1d018c316ba20cab079dd.tar.xz
core-51a0ab4e3cd64fec6eb1d018c316ba20cab079dd.zip
small mistake
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1909 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmchooser/XX_vmchooser.sh')
-rw-r--r--os-plugins/plugins/vmchooser/XX_vmchooser.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/vmchooser/XX_vmchooser.sh b/os-plugins/plugins/vmchooser/XX_vmchooser.sh
index e7ec637c..93a93b13 100644
--- a/os-plugins/plugins/vmchooser/XX_vmchooser.sh
+++ b/os-plugins/plugins/vmchooser/XX_vmchooser.sh
@@ -6,7 +6,7 @@ if [ -e $CONFFILE ]; then
if [ $vmchooser_active -ne 0 ]; then
[ $DEBUGLEVEL -gt 0 ] && echo "executing the 'vmchooser' os-plugin ...";
[ $DEBUGLEVEL -gt 0 ] && echo "copying default .desktop file ...";
- cp /opt/openslx/plugin-repo/vmchooser/default.desktop /etc/X11/sessions/
+ cp /mnt/opt/openslx/plugin-repo/vmchooser/default.desktop /mnt/etc/X11/sessions/
[ $DEBUGLEVEL -gt 0 ] && echo "done with 'vmchooser' os-plugin ...";
fi
fi