PHRAS-3384 typo fix worker entrypoint [SKIP CI]

This commit is contained in:
Nicolas Maillat
2021-04-06 13:27:17 +02:00
committed by GitHub
parent 0e7daab638
commit dff0cee674

View File

@@ -44,7 +44,7 @@ if [[ $NEWRELIC_ENABLED = "true" ]]; then
echo "Newrelic setup of daemon and PHP agent done"
else
echo `date +"%Y-%m-%d %H:%M:%S"` " - Newrelic extension deactivation."
rm - f /usr/local/etc/php/conf.d/newrelic.ini
rm -f /usr/local/etc/php/conf.d/newrelic.ini
fi
if [[ $BLACKFIRE_ENABLED = "true" ]]; then