From 2dba69ed07ada45d3e4ceeac03fb0294abf34475 Mon Sep 17 00:00:00 2001 From: randomuser Date: Sun, 27 Nov 2022 18:47:08 +0000 Subject: [PATCH] change url for nws --- sh/nws | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/nws b/sh/nws index 056d52c..e1e52a1 100755 --- a/sh/nws +++ b/sh/nws @@ -43,7 +43,7 @@ localradar () { mosaic ${NWS_ZONE} } mosaic () { - ${NWS_GIF} "https://radar.weather.gov/ridge/lite/${1}_loop.gif" + ${NWS_GIF} "https://radar.weather.gov/ridge/standard/${1}_loop.gif" } setzone () { printf "%s" "${1}" > "${NWS_CONFIG}"