summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmchooser/files/run-virt.sh
diff options
context:
space:
mode:
authorMichael Janczyk2009-04-29 18:13:19 +0200
committerMichael Janczyk2009-04-29 18:13:19 +0200
commitf405d49cadc32bffe1f556fb42fc128647f88aca (patch)
tree3160c32998a03507696bfd6d5cc87ae127124155 /os-plugins/plugins/vmchooser/files/run-virt.sh
parentDefinition of serial/paral vars already done in central run-virt.sh so (diff)
downloadcore-f405d49cadc32bffe1f556fb42fc128647f88aca.tar.gz
core-f405d49cadc32bffe1f556fb42fc128647f88aca.tar.xz
core-f405d49cadc32bffe1f556fb42fc128647f88aca.zip
adding support of serial / parallel port to vmware plugin
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2836 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmchooser/files/run-virt.sh')
-rw-r--r--os-plugins/plugins/vmchooser/files/run-virt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/vmchooser/files/run-virt.sh b/os-plugins/plugins/vmchooser/files/run-virt.sh
index bc3de80d..8c1ccabe 100644
--- a/os-plugins/plugins/vmchooser/files/run-virt.sh
+++ b/os-plugins/plugins/vmchooser/files/run-virt.sh
@@ -184,7 +184,7 @@ writelog ()
echo -e "$1"
# Log into file
- echo -e "$1" >>run-virt.log
+ echo -e "$1" >>/tmp/run-virt.$$.log
}
# Setup the rest of the environment and run the virtualization tool just confi-