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