From: Jokin Garay Date: Thu, 9 Mar 2017 13:48:11 +0000 (+0100) Subject: Change 1241: Move wget before echo X-Git-Tag: v1.1.1~10 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=3eb9ce78d15277856c3d377f7d727680e625662d;p=osm%2Fdevops.git Change 1241: Move wget before echo Change-Id: Ic73709696f4cd594e7e35ca4cd6114583f36fefd Signed-off-by: Jokin Garay --- 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"