From: Silvio Rhatto Date: Fri, 24 Aug 2018 17:10:29 +0000 (-0300) Subject: Adds reboot, alias to restart X-Git-Tag: 0.1.0~177 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=61268ff581aebe568ce953f695aca38556f609e6;p=kvmx.git Adds reboot, alias to restart --- diff --git a/kvmx b/kvmx index b9e7b2c..43ea2f2 100755 --- a/kvmx +++ b/kvmx @@ -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