]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Adds halt alias to poweroff
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 3 Apr 2017 23:55:53 +0000 (20:55 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 3 Apr 2017 23:55:53 +0000 (20:55 -0300)
kvmx

diff --git a/kvmx b/kvmx
index c2e776335767249f96168b175474da478ac466f0..82c43fa805e1cdc0247419d5f971fa0dc028254e 100755 (executable)
--- a/kvmx
+++ b/kvmx
@@ -493,6 +493,11 @@ function kvmx_down {
   kvmx_poweroff
 }
 
+# Alias for poweroff
+function kvmx_halt {
+  kvmx_poweroff
+}
+
 # Hibernate
 function kvmx_hibernate {
   if ! kvmx_running; then