change url for nws
This commit is contained in:
parent
bbe9174e88
commit
2dba69ed07
2
sh/nws
2
sh/nws
|
@ -43,7 +43,7 @@ localradar () {
|
||||||
mosaic ${NWS_ZONE}
|
mosaic ${NWS_ZONE}
|
||||||
}
|
}
|
||||||
mosaic () {
|
mosaic () {
|
||||||
${NWS_GIF} "https://radar.weather.gov/ridge/lite/${1}_loop.gif"
|
${NWS_GIF} "https://radar.weather.gov/ridge/standard/${1}_loop.gif"
|
||||||
}
|
}
|
||||||
setzone () {
|
setzone () {
|
||||||
printf "%s" "${1}" > "${NWS_CONFIG}"
|
printf "%s" "${1}" > "${NWS_CONFIG}"
|
||||||
|
|
Loading…
Reference in New Issue