From: Silvio Rhatto Date: Mon, 3 Apr 2017 23:55:53 +0000 (-0300) Subject: Adds halt alias to poweroff X-Git-Tag: 0.1.0~463 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=bef766b1648c2ab167f2a6a7e3fd96466f288753;p=kvmx.git Adds halt alias to poweroff --- diff --git a/kvmx b/kvmx index c2e7763..82c43fa 100755 --- 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