소스 검색

fix

pull/131/head
Pascal 3 년 전
부모
커밋
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


불러오는 중...
취소
저장