Browse Source

Fixes typo in celerybeat init script. Closes #1668

Ask Solem 11 năm trước cách đây
mục cha
commit
e5b87d208a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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