diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-06-21 12:50:04 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-06-21 12:50:04 -0300 |
commit | b07485ac391ddbf17df921d78e98dd61d46477be (patch) | |
tree | b067d74f44f7e39f1f315f5a53c9d43b363ae102 | |
parent | 229085524ce21fb72dd07530a2d8bba474fe3872 (diff) | |
download | kvmx-b07485ac391ddbf17df921d78e98dd61d46477be.tar.gz kvmx-b07485ac391ddbf17df921d78e98dd61d46477be.tar.bz2 |
Oops
-rwxr-xr-x | kvmx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1834,7 +1834,7 @@ function kvmx_shell { restricted_actions="$restricted_actions:wipe:shred:app_base:version:list_image:kill:" # While a "quit" command isn't entered, read STDIN - while read -rep "$last_exist_code kvmx:/${USER}@${VM}> " STDIN; do + while read -rep "$last_exit_code kvmx:/${USER}@${VM}> " STDIN; do history -s "$STDIN" if [ "$STDIN" == "quit" ] || [ "$STDIN" == "exit" ] || [ "$STDIN" == "bye" ]; then |