From f9e21c58c0cd6bac8b89d65d02401e1643681731 Mon Sep 17 00:00:00 2001 From: Martin Dagarin Date: Mon, 6 Oct 2025 20:12:21 +0200 Subject: [PATCH] Deployment AIO fixed live entered FATAL state (#7893) --- deployments/aio/community/supervisor.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployments/aio/community/supervisor.conf b/deployments/aio/community/supervisor.conf index 20a51f0c5..aed1f1c16 100644 --- a/deployments/aio/community/supervisor.conf +++ b/deployments/aio/community/supervisor.conf @@ -96,8 +96,8 @@ priority=20 [program:live] -directory=/app/live -command=sh -c "node live/server.js" +directory=/app/live/apps/live +command=sh -c "node ./dist/server.js" autostart=true autorestart=true stdout_logfile=/app/logs/access/live.log