diff options
-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 |