From 27afb0201ce717c25d8ffcc50f8b4972fc98f5c5 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Thu, 7 Feb 2019 16:36:56 -0600 Subject: Refine properties for non-root Issue-ID: AAF-698 Change-Id: I266f0e36842fb506dbb3e412e12eedf64e24418a Signed-off-by: Instrumental --- auth/sample/bin/service.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'auth/sample') diff --git a/auth/sample/bin/service.sh b/auth/sample/bin/service.sh index df8a744a..2b964b1c 100644 --- a/auth/sample/bin/service.sh +++ b/auth/sample/bin/service.sh @@ -136,9 +136,6 @@ if [ ! -e $LOCAL/org.osaaf.aaf.props ]; then for P in `env`; do if [[ "$P" == aaf_locator* ]]; then echo "$P" >> ${TMP} - if [[ "$P" == aaf_locator_container=* ]]; then - echo aaf_locator_container.hostname=${HOSTNAME} >> ${TMP} - fi fi done -- cgit 1.2.3-korg