X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=appmgr-entrypoint.sh;h=be38a2e0ec309a892dc8a6e067c36a174c45a447;hb=HEAD;hp=80e99dfe0953f4bd76d3343b0ee2db8dcff789a6;hpb=97e8d9a3254989f086d7ad02c168442832b49946;p=ric-plt%2Fappmgr.git diff --git a/appmgr-entrypoint.sh b/appmgr-entrypoint.sh index 80e99df..be38a2e 100755 --- a/appmgr-entrypoint.sh +++ b/appmgr-entrypoint.sh @@ -15,10 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -cp /opt/ric/config/appmgr.yaml /opt/xAppManager/config-file.yaml - # Copy all certificates from mounted folder to root system cp /opt/ric/certificates/* /etc/ssl/certs # Start services, etc. -/opt/xAppManager/appmgr -f /opt/xAppManager/config-file.yaml +/opt/xAppManager/appmgr -f /opt/ric/config/appmgr.yaml