Fix Typo to load config file

This commit is contained in:
Marcel Herrguth 2021-06-22 14:59:40 +02:00
parent fb8fb8c512
commit 37e20ed4c0

View File

@ -152,7 +152,7 @@ if [ "$1" = 'zammad-railsserver' ]; then
echo "starting railsserver... with WEB_CONCURRENCY=${ZAMMAD_WEB_CONCURRENCY}"
#shellcheck disable=SC2101
exec bundle exec puma -b [::]:"${ZAMMAD_RAILSSERVER_PORT}" "${PUMA_OPTS}" -e "${RAILS_ENV}" -c "/opt/zammad/config.ru"
exec bundle exec puma -b [::]:"${ZAMMAD_RAILSSERVER_PORT}" "${PUMA_OPTS}" -e "${RAILS_ENV}" -C "/opt/zammad/config.ru"
fi