Skip to content

Commit 4b9427a

Browse files
committed
Merge branch 'hotfix/0.9.7.1' into develop
2 parents 15f7162 + ed2a44d commit 4b9427a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build/newrelic.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#!/usr/bin/env bash
22

3-
# Fail on error
4-
#set -e
3+
##--------------------------------------------------------
4+
# CHECK IF NV_INSTALL_KEY IS NOT DEFAULT TO INSTALL NR APM
5+
##--------------------------------------------------------
56

67
if [ "$NR_INSTALL_KEY" = "**ChangeMe**" ]; then
78
echo "Skipping New Relic Setup..."

0 commit comments

Comments
 (0)