Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove one more shebang
  • Loading branch information
mafredri committed Jan 27, 2023
commit 921e67907fd23c0ec0383a4084da77f6fb2500dd
3 changes: 1 addition & 2 deletions dogfood/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ resource "coder_agent" "dev" {
delay_login_until_ready = true
startup_script_timeout = 60
startup_script = <<-EOT
#!/bin/sh
set -x
set -ex
# install and start code-server
curl -fsSL https://code-server.dev/install.sh | sh -s -- --version 4.8.3
code-server --auth none --port 13337 &
Expand Down