From 7b544990136f98963537494cc8c874acfebf00bd Mon Sep 17 00:00:00 2001 From: Stephan Barth Date: Mon, 4 Nov 2024 16:23:54 +0100 Subject: [PATCH] build(Makefile): Ignore reattach errors. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 69994e246..78ea19a1e 100644 --- a/Makefile +++ b/Makefile @@ -207,7 +207,7 @@ endif ` ; \ printf "CONTAINER_ID=$${CONTAINER_ID}" >> "$(CONTAINER_FILE)" ; \ if [[ "attached" -eq $(CONTAINER_RUNMODE) ]] ; then \ - $(CONTAINER_COMMAND) attach $${CONTAINER_ID} ; \ + $(CONTAINER_COMMAND) attach $${CONTAINER_ID} || : ; \ fi # HELP(start-backend): start yesod-devel instance