From 441cb430f0c1e3df32743f891b29b126b688631b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 19 Feb 2017 15:11:43 -0300 Subject: Redirection at kvmx --- kvmx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3