This commit is contained in:
35C4n0r 2025-12-04 21:42:56 +05:30
parent e12cd61e45
commit 19f2a8f3ec
No known key found for this signature in database
GPG Key ID: 5B71E5C9D18D5675

View File

@ -345,7 +345,7 @@ resource "coder_script" "install_agent" {
agent_id = var.agent_id
display_name = "Install agent"
run_on_start = true
# log_path = "${local.module_dir_name}/install.log"
log_path = "${local.module_dir_name}/install.log"
script = <<EOF
#!/bin/bash
set -o errexit