Skip to content

Commit e182069

Browse files
Add debug of install
1 parent 93e3985 commit e182069

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/codedeploy/AfterInstall.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,6 @@ source ${VENV_DIR}/bin/activate
4141
set -u
4242
newrelic-admin generate-config "${NEWRELIC_LICENSE_KEY}" "${NEWRELIC_CONFIG_DIR}/newrelic.ini.orig"
4343
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

Comments
 (0)