Browse Source

removed centos/celeryd CELERYD_CHDIR quoting

ffeast 11 years ago
parent
commit
2a0ff2641b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      extra/centos/celeryd

+ 1 - 1
extra/centos/celeryd

@@ -95,7 +95,7 @@ if [ -n "$CELERYD_GROUP" ]; then
 fi
 
 if [ -n "$CELERYD_CHDIR" ]; then
-    DAEMON_OPTS="$DAEMON_OPTS --workdir=\"$CELERYD_CHDIR\""
+    DAEMON_OPTS="$DAEMON_OPTS --workdir=$CELERYD_CHDIR"
 fi
 
 check_dev_null() {