mirror of
https://gitlab.com/manzerbredes/ina260-zmq-publisher.git
synced 2025-04-05 11:26:25 +02:00
Minor changes
This commit is contained in:
parent
bbef37985a
commit
01f6f45232
1 changed files with 1 additions and 1 deletions
|
@ -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))}')
|
||||
|
|
Loading…
Add table
Reference in a new issue