diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-02-13 09:06:48 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-02-13 09:06:48 -0200 |
commit | 0e44ec5ad1ea59194968b259d70b689100596b30 (patch) | |
tree | 3b21b55740ffe6066be1dc1c16f775f3405d357d /kvmx | |
parent | 7918fa89739b9d43407a325ba263747381d7595f (diff) | |
download | vbox-0e44ec5ad1ea59194968b259d70b689100596b30.tar.gz vbox-0e44ec5ad1ea59194968b259d70b689100596b30.tar.bz2 |
Support for other spice clients at kvmx
Diffstat (limited to 'kvmx')
-rwxr-xr-x | kvmx | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ if [ "$ACTION" == "up" ]; then # Run spice client spicec --host localhost --port $PORT & + #spicy -h localhost -p $PORT + #remote-viewer spice://localhost:$PORT # Give time to boot sleep 5 |