aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-02-19 15:11:43 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-02-19 15:11:43 -0300
commit441cb430f0c1e3df32743f891b29b126b688631b (patch)
treef1531d3d6faad413c4362cf36c8b4a56b553cad9
parent254cd8f68b0a19635702da3e29e05323b557ff33 (diff)
downloadvbox-441cb430f0c1e3df32743f891b29b126b688631b.tar.gz
vbox-441cb430f0c1e3df32743f891b29b126b688631b.tar.bz2
Redirection at kvmx
-rwxr-xr-xkvmx2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmx b/kvmx
index 2e3962a..bd67980 100755
--- a/kvmx
+++ b/kvmx
@@ -50,7 +50,7 @@ elif [ "$ACTION" == "clip" ]; then
done
# Just to make sure we're inside a virtual machine
- if which spice-vdagent; then
+ if which spice-vdagent &> /dev/null ; then
spice-vdagent
fi
fi