From 9903bf0df5dcda03ed1505bef247e84cc4a17ec4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 16 Jan 2018 21:59:44 -0200 Subject: Use noup at kvmx_shell --- kvmx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kvmx b/kvmx index 708a670..473e122 100755 --- a/kvmx +++ b/kvmx @@ -1682,11 +1682,11 @@ function kvmx_shell { echo "Allowed commands are only `echo $restricted_actions | tr ':' ' '`" else # Process command - $APP_BASE/kvmx ${STDIN[0]} $VM ${STDIN[@]:1} + nohup $APP_BASE/kvmx ${STDIN[0]} $VM ${STDIN[@]:1} fi else # Process command - $APP_BASE/kvmx ${STDIN[0]} $VM ${STDIN[@]:1} + nohup $APP_BASE/kvmx ${STDIN[0]} $VM ${STDIN[@]:1} fi fi done -- cgit v1.2.3