Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit 51175e0

Browse files
committed
Fix the newrelic-key script
1 parent d423818 commit 51175e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/scripts/newrelic-key

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#!/bin/bash
2-
export NEWRELIC_KEY=$1
2+
echo "export NEWRELIC_KEY=$1" >> /home/core/.newrelic
3+
echo "License Key updated, run \"source ~/.newrelic\" to activate"

0 commit comments

Comments
 (0)