From: Jeremy Mordkoff Date: Wed, 13 Dec 2017 23:29:45 +0000 (-0500) Subject: fix check X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Frift300;p=osm%2Fdevops.git fix check --- diff --git a/installers/install_osm.sh b/installers/install_osm.sh index ae1fe0b7..54106e05 100755 --- a/installers/install_osm.sh +++ b/installers/install_osm.sh @@ -247,7 +247,7 @@ function configure_SOUI(){ --header 'accept: application/vnd.yang.data+json' \ --header 'authorization: Basic YWRtaW46YWRtaW4=' \ --header 'cache-control: no-cache' \ - --header 'content-type: application/vnd.yang.data+json' &> /dev/null) + --header 'content-type: application/vnd.yang.data+json' ) if [ -n "$current" -a "$current" != "{}" ]; then curl -k --request DELETE \