diff --git a/scripts/appscripts/sxmo_weather.sh b/scripts/appscripts/sxmo_weather.sh index d107506..06ef855 100755 --- a/scripts/appscripts/sxmo_weather.sh +++ b/scripts/appscripts/sxmo_weather.sh @@ -56,7 +56,7 @@ printtables() { if [ "$NOWHR" -gt "12" ]; then INDENTN="$(echo "$NOWHR - 12" | bc)" else - INDENTN="$(echo "12 - $NOWHR" | bc)" + INDENTN="$(echo "$NOWHR" | bc)" fi fi INDENT=""