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 a5f3f02 commit c63dcf1Copy full SHA for c63dcf1
dogfood/main.tf
@@ -64,7 +64,7 @@ resource "coder_agent" "dev" {
64
login_before_ready = false
65
startup_script_timeout = 60
66
startup_script = <<-EOT
67
- set -ex
+ set -eux -o pipefail
68
# install and start code-server
69
curl -fsSL https://code-server.dev/install.sh | sh -s -- --version 4.8.3
70
code-server --auth none --port 13337 &
0 commit comments