diff options
| -rwxr-xr-x | ar/.local/bin/statusbar/sb-forecast | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ar/.local/bin/statusbar/sb-forecast b/ar/.local/bin/statusbar/sb-forecast index cbab938..64d68c0 100755 --- a/ar/.local/bin/statusbar/sb-forecast +++ b/ar/.local/bin/statusbar/sb-forecast @@ -24,6 +24,7 @@ getweatherreport() { getweatherreportjson() { timeout --signal=1 10s curl -sf "$url/$LOCATION?format=j1" >"$weatherreportjson" || error "reportjson" + grep -q 'Unknown' "$weatherreportjson" && error "reportjson" } # Forecast should be updated every 3 hours, but set 3600 to check for reliability. |
