summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-x.clusterman.sh2
1 files changed, 1 insertions, 1 deletions
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))}')