summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2016-08-04 16:49:43 +0200
committerSimon Rettberg2016-08-04 16:49:43 +0200
commit126583497f7b43b46d2e52a826537ae862d374dc (patch)
tree55c9d48b7e9d48c8b643b0d36415f171f75a7f87
parent[run-virt] $? != $! (diff)
downloadtm-scripts-126583497f7b43b46d2e52a826537ae862d374dc.tar.gz
tm-scripts-126583497f7b43b46d2e52a826537ae862d374dc.tar.xz
tm-scripts-126583497f7b43b46d2e52a826537ae862d374dc.zip
[vmchooser2] Honor new autostart param/variable
-rwxr-xr-xremote/modules/vmchooser2/data/opt/openslx/bin/vmchooser4
1 files changed, 2 insertions, 2 deletions
diff --git a/remote/modules/vmchooser2/data/opt/openslx/bin/vmchooser b/remote/modules/vmchooser2/data/opt/openslx/bin/vmchooser
index 0cf04135..dc659c64 100755
--- a/remote/modules/vmchooser2/data/opt/openslx/bin/vmchooser
+++ b/remote/modules/vmchooser2/data/opt/openslx/bin/vmchooser
@@ -41,9 +41,9 @@ fi
# No quotes around $EXTRA!
if [ -z "$SLX_LOCATIONS" ]; then
- exec vmchooser.real "$@" --url "$URL" --fullscreen --tab "$TAB" $EXTRA
+ exec vmchooser.real "$@" --url "$URL" --fullscreen --tab "$TAB" --start-uuid "$SLX_EXAM_START" $EXTRA
fi
# No quotes around $EXTRA!
-exec vmchooser.real "$@" --url "$URL" --fullscreen --tab "$TAB" --locations "$SLX_LOCATIONS" $EXTRA
+exec vmchooser.real "$@" --url "$URL" --fullscreen --tab "$TAB" --start-uuid "$SLX_EXAM_START" --locations "$SLX_LOCATIONS" $EXTRA