Skip to content

Commit

Permalink
Meteor - removal of frequency #46
Browse files Browse the repository at this point in the history
  • Loading branch information
filipsPL committed Jan 11, 2019
1 parent 875eec1 commit 5dc09fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/meteor-m2/meteor.sh
Expand Up @@ -62,11 +62,12 @@ echo "freq=$freq"

startT=$(date +%H%M -d "$DATE + 1 min" -u)
stopT=$(date +%H%M -d "$DATE + $duration sec" -u)
durationMin=$(bc <<< "$duration/60 +1")
durationMin=$(bc <<< "$duration/60 +2")

echo "$startT-$stopT, duration: $durationMin min"

mlrpt -f $freq -s $startT-$stopT -t $durationMin
# mlrpt -f $freq -s $startT-$stopT -t $durationMin
mlrpt -s $startT-$stopT -t $durationMin

## Testing values, HHMM in UTC
# startT="2139"
Expand Down

0 comments on commit 5dc09fa

Please sign in to comment.