Browse Source

Merge pull request #1989 from ffeast/centos-initd-chdir

removed centos/celeryd CELERYD_CHDIR quoting
Ask Solem Hoel 11 years ago
parent
commit
30def2157e
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() {