diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2017-04-22 14:29:59 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2017-04-22 14:29:59 -0300 | 
| commit | 173e9b7c46f589a3dc0da0ab69b2bda3d94b8376 (patch) | |
| tree | 155e5bd003af0aebda9a50f8991955f058c1e8ab | |
| parent | e442e44b17e016b9c5674f2adc7a9065997809ed (diff) | |
| download | kvmx-173e9b7c46f589a3dc0da0ab69b2bda3d94b8376.tar.gz kvmx-173e9b7c46f589a3dc0da0ab69b2bda3d94b8376.tar.bz2 | |
Start xpra after the boot procedure
| -rwxr-xr-x | kvmx | 8 | 
1 files changed, 4 insertions, 4 deletions
| @@ -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  } | 
