File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -515,8 +515,8 @@ install:
515
515
fi
516
516
517
517
sed -i "s/newrelic.appname = \"[^\"]*\"/newrelic.appname = \"${APPLICATION_NAME}\"/" $ini_full_name
518
- NEW_RELIC_LICENSE_KEY ="{{.NEW_RELIC_LICENSE_KEY}}"
519
- sed -i "s/newrelic.license = \"\ (REPLACE_WITH_REAL_KEY\|\"\ )\"/newrelic.license = \"${NEW_RELIC_LICENSE_KEY}\"/" $ini_full_name
518
+ LICENSE_KEY ="{{.NEW_RELIC_LICENSE_KEY}}"
519
+ sed -i -E "s/newrelic.license = \"(REPLACE_WITH_REAL_KEY| )\"/newrelic.license = \"${NEW_RELIC_LICENSE_KEY}\"/" $ini_full_name
520
520
if [ "{{.NEW_RELIC_REGION}}" = "STAGING" ]; then
521
521
sed -i 's/;newrelic.daemon.collector_host = ""/newrelic.daemon.collector_host = "staging-collector.newrelic.com"/' $ini_full_name
522
522
sed -i 's/;newrelic.loglevel = "info"/newrelic.loglevel = "verbosedebug"/' $ini_full_name
You can’t perform that action at this time.
0 commit comments