Browse Source

fix

pull/131/head
Pascal 3 years ago
parent
commit
eacc51dd67
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      schedule_sat.sh

+ 2
- 2
schedule_sat.sh View File

@@ -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


Loading…
Cancel
Save