diff options
Diffstat (limited to 'auth/sample')
-rw-r--r-- | auth/sample/bin/client.sh | 2 | ||||
-rw-r--r-- | auth/sample/local/aaf.props | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/auth/sample/bin/client.sh b/auth/sample/bin/client.sh index 46c85be9..a8b8b9a6 100644 --- a/auth/sample/bin/client.sh +++ b/auth/sample/bin/client.sh @@ -119,7 +119,7 @@ if [ ! "$CMD" = "" ]; then if [ "$ADD" = "Y" ]; then echo $2 >> $F else - sed -i.backup -e "s/\\(${1}.*=\\).*/\\1${2}/" $F + sed -i.backup -e "s/\\(${1}.*=\\).*/\\1${2}/" $F fi cat $F done diff --git a/auth/sample/local/aaf.props b/auth/sample/local/aaf.props index 4a5d0716..1e16c3d4 100644 --- a/auth/sample/local/aaf.props +++ b/auth/sample/local/aaf.props @@ -20,3 +20,4 @@ cadi_x509_issuers= # Other aaf_data_dir=/opt/app/osaaf/data cadi_token_dir=/opt/app/osaaf/tokens +cadi_loglevel=WARN |