summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmchooser
diff options
context:
space:
mode:
authorthaibault2013-08-08 19:53:25 +0200
committertorben2013-08-08 19:53:25 +0200
commit90cdae646b68c93bc3c7d17c0dc4672659df6f3f (patch)
tree0e09df6e3b378fca846ab53d6a40f7f2db9b30bf /remote/modules/vmchooser
parentFix bug in xml filter. (diff)
downloadtm-scripts-90cdae646b68c93bc3c7d17c0dc4672659df6f3f.tar.gz
tm-scripts-90cdae646b68c93bc3c7d17c0dc4672659df6f3f.tar.xz
tm-scripts-90cdae646b68c93bc3c7d17c0dc4672659df6f3f.zip
Fix statefile moving.
Diffstat (limited to 'remote/modules/vmchooser')
-rwxr-xr-xremote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt2
1 files changed, 1 insertions, 1 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 81498227..8dea615b 100755
--- a/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt
+++ b/remote/modules/vmchooser/data/opt/openslx/scripts/vmchooser-run_virt
@@ -472,7 +472,7 @@ fi
# Postrun for commands after virtualization finishes
if [ -n "${POSTRUN}" ]; then
- eval ${POSTRUN} >/dev/null 2>&1
+ eval ${POSTRUN} >/dev/null 2>&1
fi
cleanexit 0