File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 1.0.3 (release date: 2016-11-22)
2+
3+ * Updated newrelic script path
4+
5+ ## 1.0.2 (release date: 2016-11-21)
6+
7+ * Removed php-pear module due to PHP7.0 incompatibility
8+
19## 1.0.1 (release date: 2016-11-21)
210
311 * Added changelog
Original file line number Diff line number Diff line change 1212 newrelic-install install
1313
1414 # Update the application name
15- sed -i " s/newrelic.appname = \" PHP Application\" /newrelic.appname = \" ${NR_APP_NAME} \" /" /etc/php5 /fpm/conf.d/newrelic.ini
15+ sed -i " s/newrelic.appname = \" PHP Application\" /newrelic.appname = \" ${NR_APP_NAME} \" /" /etc/php/5.6 /fpm/conf.d/newrelic.ini
1616
1717 # Remove extra new relic config file (causes log spamming)
18- rm /etc/php5 /cli/conf.d/newrelic.ini
18+ rm /etc/php/5.6 /cli/conf.d/newrelic.ini
1919fi
You can’t perform that action at this time.
0 commit comments