File tree 2 files changed +10
-2
lines changed
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
+
1
9
## 1.0.1 (release date: 2016-11-21)
2
10
3
11
* Added changelog
Original file line number Diff line number Diff line change 12
12
newrelic-install install
13
13
14
14
# 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
16
16
17
17
# 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
19
19
fi
You can’t perform that action at this time.
0 commit comments