fix: bug: edge entrypoint hardcodes projects/disinto.toml as supervisor argument (#542)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
a844350609
commit
dba3adf1bb
1 changed files with 2 additions and 1 deletions
|
|
@ -17,8 +17,9 @@ fi
|
|||
bash /opt/disinto/docker/edge/dispatcher.sh &
|
||||
|
||||
# Start supervisor loop in background
|
||||
PROJECT_TOML="${PROJECT_TOML:-projects/disinto.toml}"
|
||||
while true; do
|
||||
bash /opt/disinto/supervisor/supervisor-run.sh /opt/disinto/projects/disinto.toml 2>&1 | tee -a /opt/disinto-logs/supervisor.log || true
|
||||
bash /opt/disinto/supervisor/supervisor-run.sh "/opt/disinto/${PROJECT_TOML}" 2>&1 | tee -a /opt/disinto-logs/supervisor.log || true
|
||||
sleep 1200 # 20 minutes
|
||||
done &
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue