Skip to content

Commit 4b2a928

Browse files
committed
remove debug output
1 parent 343d1c1 commit 4b2a928

File tree

1 file changed

+1
-1
lines changed
  • examples/templates/docker-devcontainer

1 file changed

+1
-1
lines changed

examples/templates/docker-devcontainer/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ resource "coder_agent" "main" {
4545
arch = data.coder_provisioner.me.arch
4646
os = "linux"
4747
startup_script = <<-EOT
48-
set -ex
48+
set -e
4949
5050
# Prepare user home with default files on first start.
5151
if [ ! -f ~/.init_done ]; then

0 commit comments

Comments
 (0)