Skip to content

Commit ed2a44d

Browse files
committed
Updated newrelic script
1 parent b44f1f7 commit ed2a44d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build/newrelic.sh

Lines changed: 3 additions & 2 deletions
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)