From 0583587f050b0655ff3cf2032e1c81238e3d4fe4 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 8 Nov 2020 18:03:47 +0100 Subject: [PATCH] Fix typo --- entrypoint.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh.tmpl b/entrypoint.sh.tmpl index adfb13f..8f8e3ed 100644 --- a/entrypoint.sh.tmpl +++ b/entrypoint.sh.tmpl @@ -38,6 +38,6 @@ elif [ "$FOODSOFT_SERVICE" == "cron" ]; then ./proc-start cron elif [ "$FOODSOFT_SERVICE" == "worker" ]; then ./proc-start worker -elif [ "$FOODSOFT_SERVICE" == "mail" ]; then +elif [ "$FOODSOFT_SERVICE" == "smtp" ]; then ./proc-start mail fi