Merge branch 'master' into dcos_implementation

This commit is contained in:
Kevin Crawley
2018-04-14 22:57:14 -05:00
committed by GitHub

View File

@@ -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