Skip to content

Commit b5a8526

Browse files
committed
Run code-server in background
1 parent b11ec17 commit b5a8526

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dogfood/main.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ resource "coder_agent" "dev" {
2828
os = "linux"
2929
startup_script = <<EOF
3030
#!/bin/sh
31+
set -x
3132
# install and start code-server
3233
curl -fsSL https://code-server.dev/install.sh | sh
33-
code-server --auth none --port 13337
34+
code-server --auth none --port 13337 &
3435
sudo service docker start
3536
if [ -f ~/personalize ]; then ~/personalize 2>&1 | tee ~/.personalize.log; fi
3637
EOF

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy