We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c8a87 commit 255afabCopy full SHA for 255afab
provisionersdk/agent.go
@@ -18,7 +18,7 @@ Start-Process -FilePath $env:TEMP\sshd.exe -ArgumentList "agent" -PassThru`
18
19
linuxScript = `#!/usr/bin/env sh
20
set -eux pipefail
21
-trap 'echo === Agent script exited with non-zero code. Sleeping infinitely to preserve logs... && sleep 86400' EXIT
+trap 'echo === Agent script exited with non-zero code. Sleeping 24h to preserve logs... && sleep 86400' EXIT
22
BINARY_DIR=$(mktemp -d -t coder.XXXXXX)
23
BINARY_NAME=coder
24
BINARY_URL=${ACCESS_URL}bin/coder-linux-${ARCH}
0 commit comments