fix: fix: install_project_crons does not set PATH — claude not found in cron jobs (#366)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
78c92dbdc4
commit
7e7fafd234
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