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
01f6f45232
commit
0d8b138f10
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ nfolder=$(readlink -f ${wai}/${SUBSCRIBER_DIR}/${nodes[$key]}/) # Node Folder
|
||||||
# Set from file and to file
|
# Set from file and to file
|
||||||
ffile=${nfolder}/$ifrom
|
ffile=${nfolder}/$ifrom
|
||||||
tfile=${nfolder}/$ito
|
tfile=${nfolder}/$ito
|
||||||
[ ! -f "$ffile" ] && { echo "Node power measurements starting at $2."; exit 4; }
|
[ ! -f "$ffile" ] && { echo "No power measurements starting at $2."; exit 4; }
|
||||||
[ ! -f "$tfile" ] && { echo "Node power measurements up to $3."; exit 5; }
|
[ ! -f "$tfile" ] && { echo "No power measurements up to $3."; exit 5; }
|
||||||
# Give files to the user
|
# Give files to the user
|
||||||
missings=0
|
missings=0
|
||||||
header=0
|
header=0
|
||||||
|
|
Loading…
Add table
Reference in a new issue