fix: fix: install_project_crons does not set PATH — claude not found in cron jobs (#366) #368
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@ log() {
|
|||
|
||||
# Build crontab from project TOMLs and install for the agent user.
|
||||
install_project_crons() {
|
||||
local cron_lines="DISINTO_CONTAINER=1
|
||||
local cron_lines="PATH=/usr/local/bin:/usr/bin:/bin
|
||||
DISINTO_CONTAINER=1
|
||||
USER=agent
|
||||
FORGE_URL=http://forgejo:3000"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue