Change 1241: Move wget before echo 58/1258/2
authorJokin Garay <jokin.garay@keynetic.es>
Thu, 9 Mar 2017 13:48:11 +0000 (14:48 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 15 Mar 2017 09:46:28 +0000 (10:46 +0100)
Change-Id: Ic73709696f4cd594e7e35ca4cd6114583f36fefd
Signed-off-by: Jokin Garay <jokin.garay@keynetic.es>
installers/install_from_source.sh

index ee1b8ea..80790c4 100755 (executable)
@@ -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"