aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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