From 0bfc119c179266d8a2e9065171c5790d153ece0c Mon Sep 17 00:00:00 2001 From: Nico Rey Date: Mon, 17 Sep 2018 09:33:36 -0300 Subject: [PATCH] Enable prediction --- schedule.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schedule.sh b/schedule.sh index b9f2030..db2ce09 100644 --- a/schedule.sh +++ b/schedule.sh @@ -5,7 +5,7 @@ . ~/.noaa.conf -#wget -qr https://www.celestrak.com/NORAD/elements/weather.txt -O "${NOAA_HOME}"/predict/weather.txt +wget -qr https://www.celestrak.com/NORAD/elements/weather.txt -O "${NOAA_HOME}"/predict/weather.txt grep "NOAA 15" "${NOAA_HOME}"/predict/weather.txt -A 2 > "${NOAA_HOME}"/predict/weather.tle grep "NOAA 18" "${NOAA_HOME}"/predict/weather.txt -A 2 >> "${NOAA_HOME}"/predict/weather.tle grep "NOAA 19" "${NOAA_HOME}"/predict/weather.txt -A 2 >> "${NOAA_HOME}"/predict/weather.tle