Parcourir la source

fix

pull/131/head
Pascal il y a 3 ans
Parent
révision
eacc51dd67
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      schedule_sat.sh

+ 2
- 2
schedule_sat.sh Voir le fichier

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


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


Chargement…
Annuler
Enregistrer