summaryrefslogtreecommitdiff
path: root/ar/.local/bin/statusbar/sb-forecast
diff options
context:
space:
mode:
Diffstat (limited to 'ar/.local/bin/statusbar/sb-forecast')
-rwxr-xr-xar/.local/bin/statusbar/sb-forecast1
1 files changed, 0 insertions, 1 deletions
diff --git a/ar/.local/bin/statusbar/sb-forecast b/ar/.local/bin/statusbar/sb-forecast
index 73f084e..e965816 100755
--- a/ar/.local/bin/statusbar/sb-forecast
+++ b/ar/.local/bin/statusbar/sb-forecast
@@ -24,7 +24,6 @@ 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 86400 to check once a day for reliability.