Moved scriptname to avoid confusion

master
Steven Saus 3 years ago
parent 4f7a5d390a
commit 794dc16ffd
  1. 2
      weather_image/weather_image.sh
  2. 0
      weather_image/weather_image_helper.sh

@ -150,7 +150,7 @@ main() {
# Get our text and make it into an image
DataInfo=$("${SCRIPT_DIR}"/weather.sh | grep -v "Cache")
DataInfo=$("${SCRIPT_DIR}"/weather_image_helper.sh | grep -v "Cache")
IconData=$(echo "$DataInfo" | head -1)
TextData=$(echo "$DataInfo" | tail -6)
cp "${SCRIPT_DIR}"/icons/"$IconData".png "${TempDir}"/WeatherIcon.png

Loading…
Cancel
Save