diff --git a/sunflower.sh b/sunflower.sh index 12d0145..a5847f6 100755 --- a/sunflower.sh +++ b/sunflower.sh @@ -14,3 +14,4 @@ $pythonLocation $downloaderLocation "$tempFile" $quality convert "$tempFile" -resize 480x480 "${tempLocation}latest.jpg" convert "$tempFile" "${outputLocation}latest.jpg" cp "${outputLocation}latest.jpg" "${outputLocation}${captureTime}.jpg" +rm "$tempFile"