From bcafb9b37e72197700dc06e377462b1bea000544 Mon Sep 17 00:00:00 2001 From: Kenneth Barbour Date: Wed, 20 Jul 2022 19:53:51 -0400 Subject: [PATCH] change log path --- schedule.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schedule.sh b/schedule.sh index 0ae88a4..237356b 100755 --- a/schedule.sh +++ b/schedule.sh @@ -76,7 +76,7 @@ function schedule_pass() { ${at:-'at'} -q w -t "$(echo $time | cut -d'.' -f1)" <&1 2>&1 | grep -oP '(?<=job\s)[0-9]+' >> wxrx-jobs sleep $(echo ${time} | cut -d'.' -f2) -wxrx pass $(satellite_name_flag "${satellite}") --duration ${duration} $([ ! -z "${after}" ] && echo "&& ${after}") >> ./wxrx/log +wxrx pass $(satellite_name_flag "${satellite}") --duration ${duration} $([ ! -z "${after}" ] && echo "&& ${after}") >> wxrx-log EOF }