File tree Expand file tree Collapse file tree 3 files changed +7
-13
lines changed
instrumentation/otel-webserver-module Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 1- ${moduleVersion}${moduleRelease}-${headSHA1}
1+ ${moduleVersion}${moduleRelease}
Original file line number Diff line number Diff line change 11#! /bin/sh
2- #
3- #
4- # Copyright 2014 AppDynamics.
5- # All rights reserved.
6- #
7- #
8- # Install script for AppDynamics WebServer agent
9- #
2+ # Install script for WebServer Instrumentation
3+
104usage () {
115cat << EOF
126 Usage: ` basename $0 `
@@ -71,7 +65,7 @@ fatal_error() {
7165 log_error $1
7266 cat >&2 << EOF
7367
74- AppDynamics WebServer Agent installation has failed. Please check $install_log for
68+ Webserver Instrumentation installation has failed. Please check $install_log for
7569possible causes. Please also attach it when filing a bug report.
7670EOF
7771
@@ -113,7 +107,7 @@ datestamp=`date +%Y_%m_%d_%H_%M_%S 2>/dev/null`
113107install_log=/tmp/appd_install_${datestamp} .log
114108rm -f $install_log > /dev/null 2>&1
115109cat > $install_log << EOF
116- AppDynamics WebServer agent installation log
110+ Webserver Instrumentation installation log
117111Version: ${agentVersionId}
118112Date: ` date 2> /dev/null`
119113
@@ -127,7 +121,7 @@ Environment:
127121################################################################################
128122EOF
129123
130- echo " Install script for AppDynamics WebServer Agent ${agentVersionId} "
124+ echo " Install script for WebServer Instrumentation ${agentVersionId} "
131125
132126# Check for SELinux
133127getenforce=` which getenforce 2> /dev/null`
Original file line number Diff line number Diff line change 1- server-module-version =1.0.0-rc1
1+ server-module-version =1.0.0
22release =GA
You can’t perform that action at this time.
0 commit comments