File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1488,7 +1488,7 @@ install_agent_here() {
1488
1488
if [ -n " ${pi_inidir_cli} " -a ! -f " ${pi_inidir_cli} /newrelic.ini" ]; then
1489
1489
# check if doing old style injection of just "newrelic.license" or if injecting values from env vars
1490
1490
if [ -n " ${NR_CONFIG_WITH_ENVIRON} " ]; then
1491
- if php . /newrelic-install-inject-envvars.php " ${ilibdir} /scripts/newrelic.ini.template" " ${pi_inidir_cli} /newrelic.ini" ; then
1491
+ if php " ${ilibdir} /newrelic-install-inject-envvars.php" " ${ilibdir} /scripts/newrelic.ini.template" " ${pi_inidir_cli} /newrelic.ini" ; then
1492
1492
if [ " 0" != " $? " ]; then
1493
1493
istat=" failed"
1494
1494
fi
@@ -1512,7 +1512,7 @@ install_agent_here() {
1512
1512
1513
1513
if [ -z " ${istat} " -a -n " ${pi_inidir_dso} " -a ! -f " ${pi_inidir_dso} /newrelic.ini" ]; then
1514
1514
if [ -n " ${NR_CONFIG_WITH_ENVIRON} " ]; then
1515
- if php . /newrelic-install-inject-envvars.php " ${ilibdir} /scripts/newrelic.ini.template" " ${pi_inidir_dso} /newrelic.ini" ; then
1515
+ if php " ${ilibdir} /newrelic-install-inject-envvars.php" " ${ilibdir} /scripts/newrelic.ini.template" " ${pi_inidir_dso} /newrelic.ini" ; then
1516
1516
if [ " 0" != " $? " ]; then
1517
1517
istat=" failed"
1518
1518
fi
You can’t perform that action at this time.
0 commit comments