From 07dc02aa6adf8d732328ca0f132110a9cea2c2cf Mon Sep 17 00:00:00 2001 From: Georges-Antoine Assi Date: Sun, 28 Apr 2024 13:27:00 +0000 Subject: [PATCH] typo --- docker/init_scripts/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/init_scripts/init b/docker/init_scripts/init index cd64d7f79..c30b5d5f2 100755 --- a/docker/init_scripts/init +++ b/docker/init_scripts/init @@ -148,7 +148,7 @@ while true; do debug_log "database schema already upgraded during current container lifecycle" fi - # Start uvicorn if we dont have a corresponding PID file + # Start gunicorn if we dont have a corresponding PID file watchdog_process_pid bin gunicorn # Start nginx if we dont have a corresponding PID file