summaryrefslogtreecommitdiffstats
path: root/core/modules/vmchooser2/data
diff options
context:
space:
mode:
authorSimon Rettberg2017-01-13 12:40:37 +0100
committerSimon Rettberg2017-01-13 12:40:37 +0100
commite1f19f63d96c33ead475d93874dc3e2364798522 (patch)
treec9355747b8f8ef1d08f194f7c73d82470f1dc74b /core/modules/vmchooser2/data
parentFinal merge with tm-scripts (diff)
downloadmltk-e1f19f63d96c33ead475d93874dc3e2364798522.tar.gz
mltk-e1f19f63d96c33ead475d93874dc3e2364798522.tar.xz
mltk-e1f19f63d96c33ead475d93874dc3e2364798522.zip
[vmchooser2] Add --autoquit 120 to parameters
Diffstat (limited to 'core/modules/vmchooser2/data')
-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 2588c884..12b710e1 100755
--- a/core/modules/vmchooser2/data/opt/openslx/bin/vmchooser
+++ b/core/modules/vmchooser2/data/opt/openslx/bin/vmchooser
@@ -42,9 +42,9 @@ fi
# No quotes around $EXTRA!
if [ -z "$SLX_LOCATIONS" ]; then
- exec vmchooser.real "$@" --url "$URL" --fullscreen --tab "$TAB" --start-uuid "$SLX_EXAM_START" $EXTRA
+ exec vmchooser.real "$@" --url "$URL" --fullscreen --tab "$TAB" --start-uuid "$SLX_EXAM_START" --autoquit 120 $EXTRA
fi
# No quotes around $EXTRA!
-exec vmchooser.real "$@" --url "$URL" --fullscreen --tab "$TAB" --start-uuid "$SLX_EXAM_START" --locations "$SLX_LOCATIONS" $EXTRA
+exec vmchooser.real "$@" --url "$URL" --fullscreen --tab "$TAB" --start-uuid "$SLX_EXAM_START" --locations "$SLX_LOCATIONS" --autoquit 120 $EXTRA