diff options
-rwxr-xr-x | kvmx | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |