Fixed Config-Over-Netconf CSIT
[integration/csit.git] / plans / usecases-config-over-netconf / config-over-netconf / cds / resources / importCerAndStartService.sh
1 #!/bin/sh
2
3 chmod -R 775 /opt/app/onap/res
4 cp -f /opt/app/onap/res/application.properties /opt/app/onap/config
5 cp -f /opt/app/onap/res/error-messages_en.properties /opt/app/onap/config
6
7 echo "Starting Service..."
8 source /startService.sh