From eacc51dd67d7d763f3970e3be16157a75f391dfd Mon Sep 17 00:00:00 2001 From: Pascal Date: Tue, 2 Feb 2021 17:58:16 +0100 Subject: [PATCH] fix --- schedule_sat.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schedule_sat.sh b/schedule_sat.sh index 07dc4d0..e4fed13 100755 --- a/schedule_sat.sh +++ b/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