From e98a1a6549bae1a86835c21742db254f42f3de73 Mon Sep 17 00:00:00 2001 From: Nico Rey Date: Sun, 4 Oct 2020 11:28:21 -0300 Subject: [PATCH] fix path --- receive_meteor.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/receive_meteor.sh b/receive_meteor.sh index 8a99d43..6178cd9 100755 --- a/receive_meteor.sh +++ b/receive_meteor.sh @@ -56,7 +56,6 @@ if [ -f "${METEOR_OUTPUT}/${3}.dec" ]; then python3 "${NOAA_HOME}/rectify.py" "${NOAA_OUTPUT}/images/${3}-122.bmp" /usr/bin/convert -thumbnail 300 "${NOAA_OUTPUT}/images/${3}-122-rectified.jpg" "${NOAA_OUTPUT}/images/thumb/${3}-122-rectified.jpg" rm "${METEOR_OUTPUT}/${3}-122.bmp" - rm "${METEOR_OUTPUT}/${3}.bmp" sqlite3 /home/pi/raspberry-noaa/panel.db "insert into decoded_passes (pass_start, file_path, daylight_pass, is_noaa) values ($5,\"$3\", 1,0);" pass_id=$(sqlite3 /home/pi/raspberry-noaa/panel.db "select id from decoded_passes order by id desc limit 1;")