mirror of
https://gitlab.com/manzerbredes/ina260-zmq-publisher.git
synced 2025-04-05 11:26:25 +02:00
Minor changes
This commit is contained in:
parent
d9141f3d70
commit
4c996879ae
1 changed files with 4 additions and 0 deletions
|
@ -12,3 +12,7 @@ to=$3
|
|||
wai=$(dirname $(readlink -f "$0")) # Current script directory
|
||||
source ${wai}/config.mk
|
||||
|
||||
# Compute intervals
|
||||
ifrom=$(echo $from $LOG_INTERVAL | awk '{print($1-($1%$2))}')
|
||||
ito=$(echo $to $LOG_INTERVAL | awk '{print($1-($1%$2))}')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue