aboutsummaryrefslogtreecommitdiff
path: root/kvmx
diff options
context:
space:
mode:
Diffstat (limited to '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