diff options
Diffstat (limited to 'packages/apex-pdp-package-full/src/main/package')
-rw-r--r-- | packages/apex-pdp-package-full/src/main/package/scripts/apexOnapPf.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/apex-pdp-package-full/src/main/package/scripts/apexOnapPf.sh b/packages/apex-pdp-package-full/src/main/package/scripts/apexOnapPf.sh index 7c12e222f..56ab61b88 100644 --- a/packages/apex-pdp-package-full/src/main/package/scripts/apexOnapPf.sh +++ b/packages/apex-pdp-package-full/src/main/package/scripts/apexOnapPf.sh @@ -1,7 +1,7 @@ #!/bin/bash -x # # ============LICENSE_START======================================================= -# Copyright (C) 2019 Nordix Foundation. +# Copyright (C) 2019-2020 Nordix Foundation. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -69,6 +69,11 @@ if [[ -f "${HOME}"/config/policy-keystore ]]; then cp -f "${HOME}"/config/policy-keystore "${APEX_HOME}"/etc/ssl/ fi +if [[ -f "${HOME}"/config/logback.xml ]]; then + echo "overriding logback.xml" + cp -f "${HOME}"/config/logback.xml "${APEX_HOME}"/etc/ +fi + if [ $(whoami) == "$APEX_USER" ] then $APEX_HOME/bin/apexApps.sh onappf $* |