From babaf907623775c60fb1114ea20335bc59b1d85f Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 3 Jun 2025 07:26:33 +0000 Subject: [PATCH] hotfix hottub supervisord --- supervisord/supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisord/supervisord.conf b/supervisord/supervisord.conf index d24b0c3..8434e1f 100644 --- a/supervisord/supervisord.conf +++ b/supervisord/supervisord.conf @@ -2,7 +2,7 @@ nodaemon=true [program:hottub] -command=/app/supervisord/hottub.sh +command=bash /app/supervisord/hottub.sh autostart=true autorestart=true stdout_logfile=/dev/stdout