Skip to content

Commit

Permalink
yesterday update forgot change pristine source to jpg for thumbnail
Browse files Browse the repository at this point in the history
  • Loading branch information
dom-robinson committed Oct 27, 2021
1 parent 970b3c7 commit 4c9be71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/receive_noaa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ if [[ "${PRODUCE_NOAA_PRISTINE}" == "true" ]]; then
log "Producing pristine image" "INFO"
pristine=1
${IMAGE_PROC_DIR}/noaa_pristine.sh "${AUDIO_FILE_BASE}.wav" "${IMAGE_FILE_BASE}-pristine.jpg" >> $NOAA_LOG 2>&1
${IMAGE_PROC_DIR}/thumbnail.sh 300 "${IMAGE_FILE_BASE}-pristine.png" "${IMAGE_THUMB_BASE}-pristine.jpg" >> $NOAA_LOG 2>&1
${IMAGE_PROC_DIR}/thumbnail.sh 300 "${IMAGE_FILE_BASE}-pristine.jpg" "${IMAGE_THUMB_BASE}-pristine.jpg" >> $NOAA_LOG 2>&1
fi

histogram=0
Expand Down

0 comments on commit 4c9be71

Please sign in to comment.