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