Ver código fonte

fix

pull/131/head
Pascal 3 anos atrás
pai
commit
eacc51dd67
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      schedule_sat.sh

+ 2
- 2
schedule_sat.sh Ver arquivo

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


Carregando…
Cancelar
Salvar