aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xkvmx4
1 files 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