From 01f6f4523274c9ca684a4204a704fd31f9c0e940 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Tue, 21 Nov 2023 11:43:45 +0100 Subject: [PATCH] Minor changes --- .clusterman.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clusterman.sh b/.clusterman.sh index 8233eeb..243a89e 100755 --- a/.clusterman.sh +++ b/.clusterman.sh @@ -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))}')