]> git.mxchange.org Git - flightgear.git/blobdiff - utils/fgcom/utils/build_fgcom_server.sh
Replace the NOAA METAR URL with the new, updated one
[flightgear.git] / utils / fgcom / utils / build_fgcom_server.sh
index 729688e0f90903e1af2b23d6fcc9db1c1f4eef35..8fdbbae370dce7805ecf16aa4886d88c8ef944c3 100644 (file)
@@ -6,7 +6,7 @@ APTNAV_DATA="http://dev.x-plane.com/update/data/AptNav201304XP1000.zip"
 DAHDI_SRC="http://downloads.asterisk.org/pub/telephony/dahdi-linux-complete/dahdi-linux-complete-current.tar.gz"
 LOGSEP="###########################################"
 GETMETAR_SCRIPT="#!/bin/bash
-#curl http://weather.noaa.gov/pub/data/observations/metar/stations/$1.TXT
+#curl http://tgftp.nws.noaa.gov/data/observations/metar/stations/$1.TXT
 echo \"Hello World !\""
 
 ROOT=$PWD