schedule should run wxrx pass internally

master
Kenneth Barbour 2022-07-11 20:49:48 -04:00
parent 5e4d39c7da
commit 5b242b915e
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ function schedule_pass() {
${at:-'at'} -q w -t "$(echo $time | cut -d'.' -f1)" <<EOF 2>&1 2>&1 | grep -oP '(?<=job\s)[0-9]+' >> wxrx-jobs
sleep $(echo ${time} | cut -d'.' -f2)
wxrx run $(satellite_name_flag "${satellite}") --duration ${duration} >> ./wxrx-log
wxrx pass $(satellite_name_flag "${satellite}") --duration ${duration} >> ./wxrx-log
EOF
}