diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-12-30 20:24:38 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-12-30 20:24:38 -0200 |
commit | 68621f84469351ac0681ec79aae95c0e2e175fc1 (patch) | |
tree | df74ea2fe70bb2cfac5f42d0823774d209baf12c | |
parent | 2326ccd35940a53a1b014e9af14427dec89ff10e (diff) | |
download | kvmx-68621f84469351ac0681ec79aae95c0e2e175fc1.tar.gz kvmx-68621f84469351ac0681ec79aae95c0e2e175fc1.tar.bz2 |
Fix serial alias
-rwxr-xr-x | kvmx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1464,7 +1464,7 @@ function kvmx_console { # Alias to console function kvmx_serial { - kvmx_serial $* + kvmx_console $* } # Dispatch |