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