remove temp file

This commit is contained in:
jameswood 2020-11-29 14:43:08 +11:00
parent 9bb3849cce
commit bc36633bd4
1 changed files with 1 additions and 0 deletions

View File

@ -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"