Skip to content

Commit ebe267a

Browse files
committed
fix(start): fix typo in filename
1 parent a01b8e7 commit ebe267a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ if [ "$1" = "runserver" ] ; then
214214

215215
if [ "${CELERY_SINGLE_PROCESS:-0}" -eq 1 ] ; then
216216
# Symlink single process service only
217-
ln -s /etc/supervisor/conf.d/celery-signle.conf "$SUPERVISOR_CONF"
217+
ln -s /etc/supervisor/conf.d/celery-single.conf "$SUPERVISOR_CONF"
218218
else
219219
# Symlink all celery services but the single process
220220
find /etc/supervisor/conf.d -type f -name 'celery-*.conf' ! -name 'celery-single.conf' -print0 | xargs -0 -I '{}' ln -s '{}' "$SUPERVISOR_CONF"

0 commit comments

Comments
 (0)