Pascal 3 лет назад
Родитель
Сommit
eacc51dd67
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      schedule_sat.sh

+ 2
- 2
schedule_sat.sh Просмотреть файл

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


Загрузка…
Отмена
Сохранить