Minor changes

This commit is contained in:
Loic Guegan 2023-10-28 13:17:34 +02:00
parent d9141f3d70
commit 4c996879ae

View file

@ -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))}')