From 4c996879ae0a7e2909fafffb6bd1b374613289bb Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sat, 28 Oct 2023 13:17:34 +0200 Subject: [PATCH] Minor changes --- .clusterman.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.clusterman.sh b/.clusterman.sh index 68db849..9c86313 100755 --- a/.clusterman.sh +++ b/.clusterman.sh @@ -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))}') +