From 3eb9ce78d15277856c3d377f7d727680e625662d Mon Sep 17 00:00:00 2001 From: Jokin Garay Date: Thu, 9 Mar 2017 14:48:11 +0100 Subject: [PATCH] Change 1241: Move wget before echo Change-Id: Ic73709696f4cd594e7e35ca4cd6114583f36fefd Signed-off-by: Jokin Garay --- installers/install_from_source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/install_from_source.sh b/installers/install_from_source.sh index ee1b8eac..80790c4a 100755 --- a/installers/install_from_source.sh +++ b/installers/install_from_source.sh @@ -304,5 +304,5 @@ nat #Configure components configure -echo -e "\nDONE" wget -q -O- https://osm-download.etsi.org/ftp/osm-1.0-one/README2.txt &> /dev/null +echo -e "\nDONE" -- 2.25.1