X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=auth%2Fsample%2Fbin%2Fservice.sh;h=8ce43fce4afd46c566b39e128dafd585883e1726;hb=08a5c4369d685bcd831d4987a8be9d6c107dbb31;hp=33dca67fcc08c908cbe9e1616e50296318e185c1;hpb=8206227ce04d26834a0023b4497d6b2ad67e906b;p=aaf%2Fauthz.git diff --git a/auth/sample/bin/service.sh b/auth/sample/bin/service.sh index 33dca67f..8ce43fce 100644 --- a/auth/sample/bin/service.sh +++ b/auth/sample/bin/service.sh @@ -92,7 +92,7 @@ if [ ! "$CMD" = "" ]; then echo "$1=$2" >> $F else VALUE=${2//\//\\\/} - sed -i.backup -e "s/\(${1}=\).*/\1${VALUE}/" $F + sed -i.backup -e "s/\(${1}=\).*/\1\"${VALUE}\"/" $F fi cat $F done