Skip to content

Commit 30def21

Browse files
committed
Merge pull request celery#1989 from ffeast/centos-initd-chdir
removed centos/celeryd CELERYD_CHDIR quoting
2 parents 68ac896 + 2a0ff26 commit 30def21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/centos/celeryd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ if [ -n "$CELERYD_GROUP" ]; then
9595
fi
9696

9797
if [ -n "$CELERYD_CHDIR" ]; then
98-
DAEMON_OPTS="$DAEMON_OPTS --workdir=\"$CELERYD_CHDIR\""
98+
DAEMON_OPTS="$DAEMON_OPTS --workdir=$CELERYD_CHDIR"
9999
fi
100100

101101
check_dev_null() {

0 commit comments

Comments
 (0)