diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2017-03-16 15:45:12 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2017-03-16 15:45:12 -0300 | 
| commit | f4ecde28fa994d28257ea476f9760d0192c62d6d (patch) | |
| tree | e4d12a56f562a17155f912c935f25e3f1786a4ee | |
| parent | 0e6820d8ca00ce84c09cc16bcc61bf4e9969e439 (diff) | |
| download | kvmx-f4ecde28fa994d28257ea476f9760d0192c62d6d.tar.gz kvmx-f4ecde28fa994d28257ea476f9760d0192c62d6d.tar.bz2 | |
Adds down action, alias to poweroff
| -rwxr-xr-x | kvmx | 5 | 
1 files changed, 5 insertions, 0 deletions
| @@ -283,6 +283,11 @@ function kvmx_poweroff {    kvmx_status  } +# Alias for poweroff +function kvmx_down { +  kvmx_poweroff +} +  # Reboot the guest  function kvmx_reboot {    if ! kvmx_running; then | 
