diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-02-19 15:11:43 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-02-19 15:11:43 -0300 |
commit | 441cb430f0c1e3df32743f891b29b126b688631b (patch) | |
tree | f1531d3d6faad413c4362cf36c8b4a56b553cad9 /kvmx | |
parent | 254cd8f68b0a19635702da3e29e05323b557ff33 (diff) | |
download | vbox-441cb430f0c1e3df32743f891b29b126b688631b.tar.gz vbox-441cb430f0c1e3df32743f891b29b126b688631b.tar.bz2 |
Redirection at kvmx
Diffstat (limited to 'kvmx')
-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 |