diff --git a/lib/microvm.sh b/lib/microvm.sh index 4f32c72..9a564aa 100644 --- a/lib/microvm.sh +++ b/lib/microvm.sh @@ -182,7 +182,7 @@ EOF verbose "Starting microVM '${KRUNVM_RUNNER_NAME}' with entrypoint $KRUNVM_RUNNER_ENTRYPOINT" optstate=$(set +o) set -m; # Disable job control - run_krunvm start "$KRUNVM_RUNNER_NAME" "$RUNNER_ENTRYPOINT" -- "$@" "${KRUNVM_RUNNER_STORAGE}/${KRUNVM_RUNNER_NAME}.pid"