summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmchooser
diff options
context:
space:
mode:
authorSimon Rettberg2014-04-29 16:39:33 +0200
committerSimon Rettberg2014-04-29 16:39:33 +0200
commit1ea923b214ed305146b59b33b35e4b9bf317e8f0 (patch)
tree97e8dda0dc9e489eb9565e2943971b26e672301b /remote/modules/vmchooser
parent[vmchooser] Fix resolution detection for dualhead setups (only consider left ... (diff)
parent[vmchooser] vmchooser-run_virt: Now logs executed VM command (diff)
downloadtm-scripts-1ea923b214ed305146b59b33b35e4b9bf317e8f0.tar.gz
tm-scripts-1ea923b214ed305146b59b33b35e4b9bf317e8f0.tar.xz
tm-scripts-1ea923b214ed305146b59b33b35e4b9bf317e8f0.zip
Merge branch 'master' of dnbd3:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/vmchooser')
-rwxr-xr-xremote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt1
1 files changed, 1 insertions, 0 deletions
diff --git a/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt b/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt
index 590dadf0..18df10d3 100755
--- a/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt
+++ b/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt
@@ -584,6 +584,7 @@ fi
#fi
# This will start the VM
+writelog "VM command: eval ${VIRTCMD} ${VIRTCMDOPTS}"
eval ${VIRTCMD} ${VIRTCMDOPTS}
#
writelog "Bye."