This commit is contained in:
35C4n0r 2026-02-07 08:52:29 +05:30
parent 4bbc6d929e
commit 32fa6cb194
No known key found for this signature in database
GPG Key ID: 5B71E5C9D18D5675

View File

@ -258,7 +258,7 @@ resource "coder_script" "agentapi" {
ARG_TASK_LOG_SNAPSHOT='${var.task_log_snapshot}' \
/tmp/main.sh
EOT
run_on_start = true
run_on_start = false
}
resource "coder_script" "agentapi_shutdown" {