diff --git a/weather.sh b/weather.sh index 626bdd0..756c952 100755 --- a/weather.sh +++ b/weather.sh @@ -39,6 +39,8 @@ forecast_unicode() echo '☂' elif [[ (($forecast =~ 'Overcast') || ($forecast =~ 'Cloud')) ]]; then echo '☁' + elif [[ $forecast = 'NA' ]]; then + echo '' else echo '☀' fi