aboutsummaryrefslogtreecommitdiffstats
path: root/plans/usecases-config-over-netconf/config-over-netconf/cds/resources/importCerAndStartService.sh
blob: b58160681841cba6a19ed27ea0775a0831081c94 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

chmod -R 775 /opt/app/onap/res
cp -f /opt/app/onap/res/application.properties /opt/app/onap/config
cp -f /opt/app/onap/res/error-messages_en.properties /opt/app/onap/config

echo "Starting Service..."
source /startService.sh