mirror of
https://gitlab.com/manzerbredes/ina260-zmq-publisher.git
synced 2025-04-19 04:09:45 +00:00
Minor changes
This commit is contained in:
parent
4d0635e097
commit
44f332f91d
3 changed files with 7 additions and 7 deletions
2
Makefile
2
Makefile
|
@ -20,7 +20,7 @@ logger: src/logger.c src/utils.c config.mk
|
|||
$(CC) $(filter-out config.mk,$^) -o $@ $(MACROS)
|
||||
|
||||
publish: publisher logger
|
||||
for client in $$(basename -a /home/loic/registers/*); \
|
||||
for client in $$(basename -a /sys/kernel/ina260/*); \
|
||||
do \
|
||||
./logger $(LOGGERS_DIR) $$client $(LOG_INTERVAL) &> logger_$${client}.log & echo $$! >> pid; \
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue