]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Adds down action, alias to poweroff
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 16 Mar 2017 18:45:12 +0000 (15:45 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 16 Mar 2017 18:45:12 +0000 (15:45 -0300)
kvmx

diff --git a/kvmx b/kvmx
index 4a347c22dc4b8ab5260acfce2b0cfd80cf128d1f..6b894f725d51d904dc114c147dbb3c399a5e727f 100755 (executable)
--- a/kvmx
+++ b/kvmx
@@ -283,6 +283,11 @@ function kvmx_poweroff {
   kvmx_status
 }
 
+# Alias for poweroff
+function kvmx_down {
+  kvmx_poweroff
+}
+
 # Reboot the guest
 function kvmx_reboot {
   if ! kvmx_running; then