wip
This commit is contained in:
parent
5c4480daa3
commit
9258f1857f
@ -388,6 +388,8 @@ locals {
|
||||
set -o pipefail
|
||||
set -x
|
||||
|
||||
mkdir -p /home/coder/.claude-module
|
||||
|
||||
echo -n '${base64encode(local.install_script)}' | base64 -d > /tmp/install.sh
|
||||
echo -n '${base64encode(local.start_script)}' | base64 -d > /tmp/start.sh
|
||||
|
||||
@ -416,7 +418,7 @@ resource "coder_script" "install_agent" {
|
||||
agent_id = var.agent_id
|
||||
display_name = "Install agent"
|
||||
run_on_start = true
|
||||
log_path = "/home/coder/install.log"
|
||||
log_path = "/home/coder/.claude-module/install.log"
|
||||
script = local.install_command
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user