X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fsample%2Fbin%2Fservice.sh;fp=auth%2Fsample%2Fbin%2Fservice.sh;h=54a1cc58dd2c8e179b16f737f3aebe9ca364926f;hb=4ac37bffd664bbc2d6d419d9420393193573320d;hp=2b964b1c26df0978ab6bef406cd8e110a5d5dd68;hpb=dcd0cb51ce490f0d790713a2c1e9dc5fda36e70d;p=aaf%2Fauthz.git diff --git a/auth/sample/bin/service.sh b/auth/sample/bin/service.sh index 2b964b1c..54a1cc58 100644 --- a/auth/sample/bin/service.sh +++ b/auth/sample/bin/service.sh @@ -135,7 +135,9 @@ if [ ! -e $LOCAL/org.osaaf.aaf.props ]; then echo aaf_locate_url=${AAF_LOCATE_URL} >> ${TMP} for P in `env`; do if [[ "$P" == aaf_locator* ]]; then - echo "$P" >> ${TMP} + S="${P/_helm/.helm}" + S="${S/_oom/.oom}" + echo "$S" >> ${TMP} fi done