aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-03-16 15:45:12 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-03-16 15:45:12 -0300
commitf4ecde28fa994d28257ea476f9760d0192c62d6d (patch)
treee4d12a56f562a17155f912c935f25e3f1786a4ee
parent0e6820d8ca00ce84c09cc16bcc61bf4e9969e439 (diff)
downloadkvmx-f4ecde28fa994d28257ea476f9760d0192c62d6d.tar.gz
kvmx-f4ecde28fa994d28257ea476f9760d0192c62d6d.tar.bz2
Adds down action, alias to poweroff
-rwxr-xr-xkvmx5
1 files changed, 5 insertions, 0 deletions
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