X-Git-Url: https://git.xandkar.net/?p=khatus.git;a=blobdiff_plain;f=x2%2Fsrc%2Fbash%2Fexe%2Fkhatus_sensor_weather.sh;h=adff3572f3ee0ce5088deb07e527519936f3325b;hp=a41f14a710fb87e07cf9879a4040e0bb6f8db911;hb=dd5287c68654c8c82b3974364d210fdcc253f9d2;hpb=862ac48fb74522e35e387af01cc0d59777248015 diff --git a/x2/src/bash/exe/khatus_sensor_weather.sh b/x2/src/bash/exe/khatus_sensor_weather.sh index a41f14a..adff357 100644 --- a/x2/src/bash/exe/khatus_sensor_weather.sh +++ b/x2/src/bash/exe/khatus_sensor_weather.sh @@ -6,6 +6,8 @@ dir_bin="$1" weather_station_id="$2" curl \ + --silent \ + --show-error \ -X GET \ -H "accept: application/vnd.noaa.obs+xml" \ "https://api.weather.gov/stations/${weather_station_id}/observations/latest?require_qc=false" \