We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93e3985 commit e182069Copy full SHA for e182069
bin/codedeploy/AfterInstall.sh
@@ -41,3 +41,6 @@ source ${VENV_DIR}/bin/activate
41
set -u
42
newrelic-admin generate-config "${NEWRELIC_LICENSE_KEY}" "${NEWRELIC_CONFIG_DIR}/newrelic.ini.orig"
43
sed 's/^app_name =.*$/app_name = Spin/' "${NEWRELIC_CONFIG_DIR}/newrelic.ini.orig" > "${NEWRELIC_CONFIG_DIR}/newrelic.ini"
44
+
45
+echo /app directory:
46
+ls -laZ /app
0 commit comments