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