X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aaf%2Fauthz.git;a=blobdiff_plain;f=auth%2Fsample%2Fbin%2Fservice.sh;h=2fd49cacbbef38b8977a3b7d3ac475e212ec0ea6;hp=10a3e15ed47ad2985b666f9fe4e577b35f0f69a5;hb=96bf6a2771dfe992fb27bd6361d191d83b6ff605;hpb=48bcfb9d4b03ac3e2e6915f7bdf72599c8794d43 diff --git a/auth/sample/bin/service.sh b/auth/sample/bin/service.sh index 10a3e15e..2fd49cac 100644 --- a/auth/sample/bin/service.sh +++ b/auth/sample/bin/service.sh @@ -193,6 +193,10 @@ if [ ! -e $LOCAL/org.osaaf.aaf.props ]; then fi echo "Created AAF Initial Configurations" INITIALIZED="true" + if [ -n ${DUSER} ]; then + mkdir -p /opt/app/osaaf/logs + chown -R 1000:1000 /opt/app/aaf /opt/app/osaaf + fi fi