diff options
-rwxr-xr-x | kvmx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |