diff --git a/build/Linux/build/deb/postinst b/build/Linux/build/deb/postinst index 3e50ea3bdc..96548d4631 100644 --- a/build/Linux/build/deb/postinst +++ b/build/Linux/build/deb/postinst @@ -2,7 +2,7 @@ PACKAGE_NAME='newrelic-dotnet-agent' OBSOLETE_PACKAGE_NAME='newrelic-netcore20-agent' -NEWR_ELIC_HOME=/usr/local/${PACKAGE_NAME} +NEW_RELIC_HOME=/usr/local/${PACKAGE_NAME} OBSOLETE_NEW_RELIC_HOME=/usr/local/${OBSOLETE_PACKAGE_NAME} # create logs dir diff --git a/tests/Agent/IntegrationTests/IntegrationTestHelpers/RemoteServiceFixtures/AzureFuncTool.cs b/tests/Agent/IntegrationTests/IntegrationTestHelpers/RemoteServiceFixtures/AzureFuncTool.cs index 688060583f..168650aead 100644 --- a/tests/Agent/IntegrationTests/IntegrationTestHelpers/RemoteServiceFixtures/AzureFuncTool.cs +++ b/tests/Agent/IntegrationTests/IntegrationTestHelpers/RemoteServiceFixtures/AzureFuncTool.cs @@ -72,6 +72,15 @@ public override void Start(string commandLineArguments, Dictionary