summaryrefslogtreecommitdiffstats
path: root/src/os-plugins/plugins/vmchooser/files/run-virt.sh
diff options
context:
space:
mode:
authorSebastian Schmelzer2010-09-24 12:40:03 +0200
committerSebastian Schmelzer2010-09-24 12:40:03 +0200
commit0551e88beb4b3a06ac21dd4868b9bf1615db9c1a (patch)
treef9ba40c361cfa0ab3a534558f38dad8470996360 /src/os-plugins/plugins/vmchooser/files/run-virt.sh
parentadd autostart for pvs to runvirt script (diff)
downloadcore-0551e88beb4b3a06ac21dd4868b9bf1615db9c1a.tar.gz
core-0551e88beb4b3a06ac21dd4868b9bf1615db9c1a.tar.xz
core-0551e88beb4b3a06ac21dd4868b9bf1615db9c1a.zip
fix typo..
Diffstat (limited to 'src/os-plugins/plugins/vmchooser/files/run-virt.sh')
-rw-r--r--src/os-plugins/plugins/vmchooser/files/run-virt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os-plugins/plugins/vmchooser/files/run-virt.sh b/src/os-plugins/plugins/vmchooser/files/run-virt.sh
index 1a235368..aff0294c 100644
--- a/src/os-plugins/plugins/vmchooser/files/run-virt.sh
+++ b/src/os-plugins/plugins/vmchooser/files/run-virt.sh
@@ -387,7 +387,7 @@ if [ -e ${PLUGINCONFROOT}/${xmlvirt}/run-virt.include ] ; then
done
# start poolvideoswitch if we find the autostarter file
if [ -e /etc/xdg/autostart/pvsgui.desktop ]; then
- /usr/local/bin/pvsgui >/dev/null 2>&1
+ /usr/local/bin/pvsgui >/dev/null 2>&1 &
fi
${VIRTCMD} ${VIRTCMDOPTS}
writelog "Bye."