]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Adds reboot, alias to restart
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 24 Aug 2018 17:10:29 +0000 (14:10 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 24 Aug 2018 17:10:29 +0000 (14:10 -0300)
kvmx

diff --git a/kvmx b/kvmx
index b9e7b2c835297b2452a550443ee3368b79060803..43ea2f28c649e6f80e8b86c60d26779f30742539 100755 (executable)
--- 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