From 1dbdad101dd3035b15f5201b75bcad0294618840 Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Wed, 7 Jan 2026 16:35:29 +0000 Subject: [PATCH] unset errexit --- .../coder/modules/agentapi/scripts/agentapi-wait-for-start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/coder/modules/agentapi/scripts/agentapi-wait-for-start.sh b/registry/coder/modules/agentapi/scripts/agentapi-wait-for-start.sh index aef98bcb..37d63052 100644 --- a/registry/coder/modules/agentapi/scripts/agentapi-wait-for-start.sh +++ b/registry/coder/modules/agentapi/scripts/agentapi-wait-for-start.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -o errexit +#set -o errexit set -o pipefail set -x