Skip to content

Commit

Permalink
removed centos/celeryd CELERYD_CHDIR quoting
Browse files Browse the repository at this point in the history
  • Loading branch information
ffeast authored and ask committed Apr 17, 2014
1 parent 763e12c commit 63da8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/centos/celeryd
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 63da8cb

Please sign in to comment.