From aceea105b79f97d6a40b5282263332d49eb36e07 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 10 Sep 2019 21:08:21 +0200 Subject: [PATCH] full_install_osm.sh: fix typo in hyperlink for README2 Change-Id: I9f30077cbf470e415141cd5d1d5f528628df7f99 Signed-off-by: garciadeblas --- installers/full_install_osm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 04337104..283c19da 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -1051,7 +1051,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 } -- 2.25.1