This commit is contained in:
Luke Murphy 2020-11-08 18:03:47 +01:00
parent 6c74090a66
commit 0583587f05
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -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