Minor changes

This commit is contained in:
Loïc Guégan 2023-11-21 11:43:45 +01:00
parent bbef37985a
commit 01f6f45232

View file

@ -13,7 +13,7 @@ to=$3
# Load configuration
wai=$(dirname $(readlink -f "$0")) # Current script directory
source ${wai}/config.mk
source ${wai}/clusterman.sh.conf
source ${wai}/.clusterman.sh.conf
# Compute intervals
ifrom=$(echo $from $LOG_INTERVAL | awk '{print($1-($1%$2))}')