From 962b8860e24f82298e0bfdc3f9d92b5db109061a Mon Sep 17 00:00:00 2001 From: Martin Dagarin Date: Thu, 2 Oct 2025 15:33:59 +0200 Subject: [PATCH] Deplyment AIO fixed live entered FATAL state --- 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 20a51f0c504..aed1f1c16bd 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