mirror of
https://github.com/katanemo/plano.git
synced 2026-06-02 14:35:14 +02:00
fix missing closing quote in config_generator command
Made-with: Cursor
This commit is contained in:
parent
9cd764fc3e
commit
bc5729ae5d
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,8 @@ command=/bin/sh -c "\
|
|||
uv run python -m planoai.config_generator && \
|
||||
envsubst < /app/plano_config_rendered.yaml > /app/plano_config_rendered.env_sub.yaml && \
|
||||
envsubst < /etc/envoy/envoy.yaml > /etc/envoy.env_sub.yaml && \
|
||||
touch /tmp/config_ready
|
||||
touch /tmp/config_ready || \
|
||||
(echo 'Config generation failed, shutting down'; kill -15 $(cat /var/run/supervisord.pid))"
|
||||
priority=10
|
||||
autorestart=false
|
||||
startsecs=0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue