We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a01b8e7 commit ebe267aCopy full SHA for ebe267a
start
@@ -214,7 +214,7 @@ if [ "$1" = "runserver" ] ; then
214
215
if [ "${CELERY_SINGLE_PROCESS:-0}" -eq 1 ] ; then
216
# Symlink single process service only
217
- ln -s /etc/supervisor/conf.d/celery-signle.conf "$SUPERVISOR_CONF"
+ ln -s /etc/supervisor/conf.d/celery-single.conf "$SUPERVISOR_CONF"
218
else
219
# Symlink all celery services but the single process
220
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