From f4ecde28fa994d28257ea476f9760d0192c62d6d Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 16 Mar 2017 15:45:12 -0300 Subject: Adds down action, alias to poweroff --- kvmx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/kvmx b/kvmx index 4a347c2..6b894f7 100755 --- 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 -- cgit v1.2.3