aboutsummaryrefslogtreecommitdiff
path: root/kvmx
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-08-24 14:10:29 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-08-24 14:10:29 -0300
commit61268ff581aebe568ce953f695aca38556f609e6 (patch)
tree3973f0a88e67ad27a179a9eb7ffd1957e65494d6 /kvmx
parent1c260baffb8f7671715b0eb9da33a55141958029 (diff)
downloadkvmx-61268ff581aebe568ce953f695aca38556f609e6.tar.gz
kvmx-61268ff581aebe568ce953f695aca38556f609e6.tar.bz2
Adds reboot, alias to restart
Diffstat (limited to 'kvmx')
-rwxr-xr-xkvmx5
1 files changed, 5 insertions, 0 deletions
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