diff options
| -rwxr-xr-x | kvmx | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -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  | 
