File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ module "personalize" {
373373module "mux" {
374374 count = data. coder_workspace . me . start_count
375375 source = " registry.coder.com/coder/mux/coder"
376- version = " 1.0.4 "
376+ version = " 1.0.5 "
377377 agent_id = coder_agent. dev . id
378378 subdomain = true
379379}
@@ -924,7 +924,7 @@ resource "coder_script" "develop_sh" {
924924 echo "Waiting for agent startup script to finish... ($attempt/60)"
925925 sleep 10
926926 done
927- cd "${ local . repo_dir } " && screen -dmS develop_sh /bin/sh -c 'while true; do ./scripts/develop.sh; echo "develop.sh exited with code $? restarting in 30s"; sleep 30; done'
927+ cd "${ local . repo_dir } " && screen -dmS develop_sh /bin/sh -c 'while true; do ./scripts/develop.sh -- ; echo "develop.sh exited with code $? restarting in 30s"; sleep 30; done'
928928 EOT
929929}
930930
You can’t perform that action at this time.
0 commit comments