diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-08-24 14:10:29 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-08-24 14:10:29 -0300 |
commit | 61268ff581aebe568ce953f695aca38556f609e6 (patch) | |
tree | 3973f0a88e67ad27a179a9eb7ffd1957e65494d6 | |
parent | 1c260baffb8f7671715b0eb9da33a55141958029 (diff) | |
download | kvmx-61268ff581aebe568ce953f695aca38556f609e6.tar.gz kvmx-61268ff581aebe568ce953f695aca38556f609e6.tar.bz2 |
Adds reboot, alias to restart
-rwxr-xr-x | kvmx | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1544,6 +1544,11 @@ function kvmx_restart { fi } +# Alias to restart +function kvmx_reboot { + kvmx_restart $* +} + # Connect to the guest using VNC function kvmx_vnc { if ! kvmx_running; then |