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 c575b84 commit f98cf44Copy full SHA for f98cf44
dogfood/coder/main.tf
@@ -924,7 +924,7 @@ resource "coder_script" "develop_sh" {
924
echo "Waiting for agent startup script to finish... ($attempt/60)"
925
sleep 10
926
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'
+ 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'
928
EOT
929
}
930
0 commit comments