1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

Removed deprecated newrelic settings

This commit is contained in:
Eldad Fux 2019-12-07 18:42:31 +02:00
parent 08502aaac5
commit 3968e7f667

View file

@ -28,8 +28,5 @@ for _curVar in $(env | grep _APP_ | awk -F = '{print $1}');do
setEnvironmentVariable ${_curVar} ${!_curVar}
done
echo newrelic.license = \"$_APP_NEWRELIC_KEY\" > /etc/php/$PHP_VERSION/fpm/conf.d/newrelic.ini
echo newrelic.license = \"$_APP_NEWRELIC_KEY\" > /etc/php/$PHP_VERSION/cli/conf.d/newrelic.ini
# Start supervisord and services
/usr/bin/supervisord -n -c /etc/supervisord.conf