aboutsummaryrefslogtreecommitdiff
path: root/kvmx
diff options
context:
space:
mode:
Diffstat (limited to 'kvmx')
-rwxr-xr-xkvmx6
1 files changed, 4 insertions, 2 deletions
diff --git a/kvmx b/kvmx
index 42252dd..25dd0a3 100755
--- a/kvmx
+++ b/kvmx
@@ -299,9 +299,11 @@ function kvmx_spice {
kvmx_xrandr
fi
- # Restart vdagent
+ # Ensure vdagent is running
if [ "$ssh_support" == "y" ]; then
- echo "which kvmx-vdagent > /dev/null && DISPLAY=:0 kvmx-vdagent" | kvmx_ssh
+ if [ "$kvmx_vdagent" != "0" ]; then
+ echo "which kvmx-vdagent > /dev/null && DISPLAY=:0 kvmx-vdagent" | kvmx_ssh
+ fi
fi
fi
}