From b07485ac391ddbf17df921d78e98dd61d46477be Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 21 Jun 2018 12:50:04 -0300 Subject: Oops --- kvmx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kvmx') 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 -- cgit v1.2.3