diff options
Diffstat (limited to 'auth/sample/bin/service.sh')
-rw-r--r-- | auth/sample/bin/service.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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} |