From b6a0bf1d0babbffc146326475a2f48391ffe6e54 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 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 } -- 2.17.1