From 61268ff581aebe568ce953f695aca38556f609e6 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 24 Aug 2018 14:10:29 -0300 Subject: Adds reboot, alias to restart --- kvmx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'kvmx') 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 -- cgit v1.2.3