Skip to content

Commit

Permalink
Merge pull request #228 from asiminiceanu/asiminiceanu-issue-227
Browse files Browse the repository at this point in the history
Update run variable with proper name
  • Loading branch information
deniszh authored Jan 17, 2024
2 parents 2ba8b5d + a1b1bed commit 2ffaebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/etc/service/carbon/run
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [ -n "${CARBON_ENABLE_AMQP}" ]; then
sed -i "s/AMQP_EXCHANGE = graphite/AMQP_EXCHANGE = ${CARBON_AMQP_EXCHANGE}/g" /opt/graphite/conf/carbon.conf
fi
if [ -n "${CARBON_AMQP_METRIC_NAME_IN_BODY}" ]; then
sed -i 's/AMQP_METRIC_NAME_IN_BODY = False/AMQP_AMQP_METRIC_NAME_IN_BODY = True/g' /opt/graphite/conf/carbon.conf
sed -i 's/AMQP_METRIC_NAME_IN_BODY = False/AMQP_METRIC_NAME_IN_BODY = True/g' /opt/graphite/conf/carbon.conf
fi
fi

Expand Down

0 comments on commit 2ffaebf

Please sign in to comment.