aboutsummaryrefslogtreecommitdiff
path: root/kvmx
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-06-21 12:50:04 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-06-21 12:50:04 -0300
commitb07485ac391ddbf17df921d78e98dd61d46477be (patch)
treeb067d74f44f7e39f1f315f5a53c9d43b363ae102 /kvmx
parent229085524ce21fb72dd07530a2d8bba474fe3872 (diff)
downloadkvmx-b07485ac391ddbf17df921d78e98dd61d46477be.tar.gz
kvmx-b07485ac391ddbf17df921d78e98dd61d46477be.tar.bz2
Oops
Diffstat (limited to 'kvmx')
-rwxr-xr-xkvmx2
1 files changed, 1 insertions, 1 deletions
diff --git a/kvmx b/kvmx
index 6aa1ac4..e639879 100755
--- a/kvmx
+++ b/kvmx
@@ -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