# ONAP
# ================================================================================
# Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved.
+# Modifications Copyright (C) 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.
cp -f config/policy-truststore ${POLICY_HOME}/etc/ssl
fi
+if [[ -f config/logback.xml ]]; then
+ echo "overriding logback.xml"
+ cp -f config/logback.xml "${POLICY_HOME}"/config/
+fi
+
# allow user to override all or some aaf configuration
if [[ -f config/aaf.properties ]]; then
update_monitor off
else
update_monitor on
- fi
+ fi
}
# unmonitored start, does not change monitor status (immutable)
if [[ -f ${POLICY_HOME}/etc/monitor/monitor.cfg ]]; then
/bin/sed -i.bak \
-e "s/^${CONTROLLER}=.*/${CONTROLLER}=${STATUS}/g" \
- ${POLICY_HOME}/etc/monitor/monitor.cfg
+ ${POLICY_HOME}/etc/monitor/monitor.cfg
fi
}