X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Ffull_install_osm.sh;h=a92e1ba74449ee154c1939807510701ac6347c3e;hb=refs%2Fchanges%2F24%2F6424%2F1;hp=93a111282e497cf8fae7864b8b4c30295d42522f;hpb=ee374147ebe6269991d885cc8b6a3d8bd7d0f9a2;p=osm%2Fdevops.git diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 93a11128..a92e1ba7 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -659,8 +659,8 @@ function generate_docker_env_files() { if [ ! -f /etc/osm/docker/ro.env ]; then echo "RO_DB_ROOT_PASSWORD=${MYSQL_ROOT_PASSWORD}" |sudo tee /etc/osm/docker/ro.env fi - echo "OS_NOTIFIER_URI=http://${DEFAULT_IP}:8662" |sudo tee ${OSM_DEVOPS}/installers/docker/mon.env - cmp_overwrite ${OSM_DEVOPS}/installers/docker/mon.env /etc/osm/docker/mon.env + echo "OS_NOTIFIER_URI=http://${DEFAULT_IP}:8662" |tee /tmp/mon.env + cmp_overwrite /tmp/mon.env /etc/osm/docker/mon.env echo "Finished generation of docker env files" }