From: Silvio Rhatto Date: Sat, 22 Apr 2017 17:29:59 +0000 (-0300) Subject: Start xpra after the boot procedure X-Git-Tag: 0.1.0~449 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=173e9b7c46f589a3dc0da0ab69b2bda3d94b8376;p=kvmx.git Start xpra after the boot procedure --- diff --git a/kvmx b/kvmx index 8dff4b8..5320ff0 100755 --- a/kvmx +++ b/kvmx @@ -322,10 +322,6 @@ function kvmx_up { kvmx_spice fi - if [ "$run_xpra" == "1" ]; then - $DIRNAME/$BASENAME xpra $VM - fi - if [ "$ssh_support" == "y" ]; then let ssh_attempts="0" echo -n "Waiting for machine to boot..." @@ -361,6 +357,10 @@ function kvmx_up { fi fi + if [ "$run_xpra" == "1" ]; then + $DIRNAME/$BASENAME xpra $VM + fi + kvmx_status }