From 575c9820dffbfee3311e19a5f64e64b98c2ed5f8 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Fri, 19 Oct 2018 11:13:05 -0500 Subject: Fix GUI Buttons Issue-ID: AAF-435 Change-Id: I8b5e83609176a22b5aa54cac6fd0911488bd707b Signed-off-by: Instrumental --- auth/sample/bin/service.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'auth/sample/bin') 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} -- cgit 1.2.3-korg