X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fsample%2Fbin%2Fservice.sh;h=b810f0c5cc2106180143219bd43c71adfae7ae17;hb=575c9820dffbfee3311e19a5f64e64b98c2ed5f8;hp=6b694adc0040fbdff54b14b2fad14943a3652165;hpb=c3726105c664d089158f095d3a353815d1c3de00;p=aaf%2Fauthz.git diff --git a/auth/sample/bin/service.sh b/auth/sample/bin/service.sh index 6b694adc..b810f0c5 100644 --- a/auth/sample/bin/service.sh +++ b/auth/sample/bin/service.sh @@ -85,6 +85,7 @@ if [ ! -e $LOCAL/org.osaaf.aaf.props ]; then TMP=$(mktemp) echo aaf_env=${AAF_ENV} >> ${TMP} + echo aaf_release=${VERSION} >> ${TMP} echo cadi_latitude=${LATITUDE} >> ${TMP} echo cadi_longitude=${LONGITUDE} >> ${TMP} echo cadi_x509_issuers=${CADI_X509_ISSUERS} >> ${TMP}