瀏覽代碼

removed centos/celeryd CELERYD_CHDIR quoting

ffeast 11 年之前
父節點
當前提交
2a0ff2641b
共有 1 個文件被更改,包括 1 次插入1 次删除
  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() {