Explorar el Código

fix

pull/131/head
Pascal hace 3 años
padre
commit
eacc51dd67
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      schedule_sat.sh

+ 2
- 2
schedule_sat.sh Ver fichero

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


Cargando…
Cancelar
Guardar