Skip to content

Commit

Permalink
Merge branch 'master' into dcos_implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
KCrawley authored Apr 15, 2018
2 parents 14d7e75 + 070ccd2 commit da5c914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ then
if [ -n "$INSTANA_EUM_REPORTING_URL" ]
then
echo "Setting reporting url $INSTANA_EUM_REPORTING_URL"
sed -e "/<\/script>/ i inuem('reportingUrl', '$INSTANA_EUM_REPORTING_URL');" $TMP_FILE > $BASE_DIR/eum.html
sed -e "/<\/script>/ i ineum('reportingUrl', '$INSTANA_EUM_REPORTING_URL');" $TMP_FILE > $BASE_DIR/eum.html
else
cp $TMP_FILE $BASE_DIR/eum.html
fi
Expand Down

0 comments on commit da5c914

Please sign in to comment.