From: garciadeblas Date: Tue, 10 Sep 2019 19:08:21 +0000 (+0200) Subject: full_install_osm.sh: fix typo in hyperlink for README2 X-Git-Tag: v7.0.0rc1~65 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fdevops.git;a=commitdiff_plain;h=b6a0bf1d0babbffc146326475a2f48391ffe6e54 full_install_osm.sh: fix typo in hyperlink for README2 Change-Id: I9f30077cbf470e415141cd5d1d5f528628df7f99 Signed-off-by: garciadeblas --- diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 9ac0d827..047a84fc 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -1062,7 +1062,7 @@ function install_lightweight() { [ -n "$INSTALL_PERFMON" ] && deploy_perfmon && track perfmon [ -z "$INSTALL_NOHOSTCLIENT" ] && install_osmclient track osmclient - wget -q -O- https://osm-download.etsi.org/ftp/osm-6.0-six/sixME2.txt &> /dev/null + wget -q -O- https://osm-download.etsi.org/ftp/osm-6.0-six/README2.txt &> /dev/null track end return 0 }