diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2023-11-21 11:43:45 +0100 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2023-11-21 11:43:45 +0100 |
| commit | 01f6f4523274c9ca684a4204a704fd31f9c0e940 (patch) | |
| tree | 381d64a68b83133a1577fecad476e8e8cd4bf3ad /.clusterman.sh | |
| parent | bbef37985a1fe370c6f8613f54c7daa70af4acce (diff) | |
Minor changes
Diffstat (limited to '.clusterman.sh')
| -rwxr-xr-x | .clusterman.sh | 2 |
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))}') |
