reynico / raspberry-noaa

Fully automated ISS SSTV, NOAA and Meteor satellite image downloader using Raspberry PI
https://github.com/reynico/raspberry-noaa
GNU General Public License v3.0
181 stars 56 forks source link

Fixing bad syntax condition in SH #27

Closed NoelM closed 4 years ago

NoelM commented 4 years ago

Description

After tests, I remarked that some commands aren't ran. This is due to a missing then symbol in if conditions in sh.

Fix

I only added the missing symbol then, in two places: receive_meteor.sh and receive.sh

reynico commented 4 years ago

Thanks Noel, seems like bash versions behaves different