Selaa lähdekoodia

fix

pull/131/head
Pascal 3 vuotta sitten
vanhempi
commit
eacc51dd67
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      schedule_sat.sh

+ 2
- 2
schedule_sat.sh Näytä tiedosto

@@ -19,9 +19,9 @@ fi
# $7 = Satellite max elevation

if [[ "$1" == *"NOAA"* ]]; then
receive_script="receive_noaa.sh"
receive_script="receive_noaa"
elif [[ "$1" == *"METEOR"* ]]; then
receive_script="receive_meteor.sh"
receive_script="receive_meteor"
else
log "No recognized receive skript for satellite $1!" ERROR
return -1


Ladataan…
Peruuta
Tallenna