Explorar o código

removed centos/celeryd CELERYD_CHDIR quoting

ffeast %!s(int64=11) %!d(string=hai) anos
pai
achega
2a0ff2641b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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() {