summaryrefslogtreecommitdiffstats
path: root/core/modules/vmchooser2/data/opt/openslx/bin/vmchooser
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/vmchooser2/data/opt/openslx/bin/vmchooser')
-rwxr-xr-xcore/modules/vmchooser2/data/opt/openslx/bin/vmchooser4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/modules/vmchooser2/data/opt/openslx/bin/vmchooser b/core/modules/vmchooser2/data/opt/openslx/bin/vmchooser
index a07fa143..cc1b25dc 100755
--- a/core/modules/vmchooser2/data/opt/openslx/bin/vmchooser
+++ b/core/modules/vmchooser2/data/opt/openslx/bin/vmchooser
@@ -49,7 +49,7 @@ fi
if [ -n "$SLX_EXAM" ]; then
EXTRA="$EXTRA --exam-mode"
elif [ -n "$SLX_AUTOSTART_UUID" ]; then
- SLX_EXAM_START="$SLX_AUTOSTART_UUID"
+ EXTRA="$EXTRA --start-uuid $SLX_AUTOSTART_UUID"
fi
if [ -z "$SLX_NO_PVS" ]; then
EXTRA="$EXTRA --pvs"
@@ -86,5 +86,5 @@ if [ -n "$SLX_SCREEN_SAVER_TIMEOUT" ]; then
fi
# No quotes around $EXTRA!
-exec vmchooser.real "$@" --url "$URL" --fullscreen --tab "$TAB" --start-uuid "$SLX_EXAM_START" $EXTRA
+exec vmchooser.real "$@" --url "$URL" --fullscreen --tab "$TAB" $EXTRA