diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-10-19 11:13:05 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-10-19 11:13:16 -0500 |
commit | 575c9820dffbfee3311e19a5f64e64b98c2ed5f8 (patch) | |
tree | 654d24b98fd1b22194365aae58387eb1e66e9d37 /auth/sample/bin | |
parent | c3726105c664d089158f095d3a353815d1c3de00 (diff) |
Fix GUI Buttons
Issue-ID: AAF-435
Change-Id: I8b5e83609176a22b5aa54cac6fd0911488bd707b
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/sample/bin')
-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} |