Ver código fonte

Fixes typo in celerybeat init script. Closes #1668

Ask Solem 11 anos atrás
pai
commit
e5b87d208a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      extra/generic-init.d/celerybeat

+ 1 - 1
extra/generic-init.d/celerybeat

@@ -84,7 +84,7 @@ fi
 
 CELERYBEAT_CHDIR=${CELERYBEAT_CHDIR:-$CELERYD_CHDIR}
 if [ -n "$CELERYBEAT_CHDIR" ]; then
-    DAEMON_OPTS="$DAEMON_OPTS --workdir $CELERYBEAT_CHDIR"
+    DAEMON_OPTS="$DAEMON_OPTS --workdir=$CELERYBEAT_CHDIR"
 fi