From: Silvio Rhatto Date: Fri, 28 Aug 2020 16:49:33 +0000 (-0300) Subject: Fix: halt should be an alias to stop and shutdown to poweroff X-Git-Tag: 0.1.0~92 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3a9a3f9eaabd4d2ffae6c7f2a2f5b7bfafb51592;p=kvmx.git Fix: halt should be an alias to stop and shutdown to poweroff --- diff --git a/kvmx b/kvmx index 11ee5bb..0581da9 100755 --- a/kvmx +++ b/kvmx @@ -1038,10 +1038,15 @@ function kvmx_down { } # Alias for poweroff -function kvmx_halt { +function kvmx_shutdown { kvmx_poweroff } +# Alias for stop +function kvmx_halt { + kvmx_stop +} + # Hibernate function kvmx_hibernate { if ! kvmx_running; then