Skip to content

Commit

Permalink
run interactive mode even without sniffer
Browse files Browse the repository at this point in the history
  • Loading branch information
PonomarevDA committed Dec 8, 2024
1 parent 01aa305 commit 4bf83dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ docker_push_image() {
}

docker_countainer_run_interactive() {
setup_cyphal_hitl_config
setup_cyphal_hitl_config || true
docker container run --rm -it $DOCKER_FLAGS $IMAGE_NAME /bin/bash
}

Expand Down

0 comments on commit 4bf83dd

Please sign in to comment.