diff options
| author | Loic Guegan <loic.guegan@mailbox.org> | 2023-12-13 11:12:33 +0100 |
|---|---|---|
| committer | Loic Guegan <loic.guegan@mailbox.org> | 2023-12-13 11:12:33 +0100 |
| commit | 0d8b138f10f38e3b1e58ee02e50495c079c3df35 (patch) | |
| tree | f396ffcb5ea4e1fb74fab6b101f19f36595a47de | |
| parent | 01f6f4523274c9ca684a4204a704fd31f9c0e940 (diff) | |
Minor changes
| -rwxr-xr-x | .clusterman.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.clusterman.sh b/.clusterman.sh index 243a89e..93be3b2 100755 --- a/.clusterman.sh +++ b/.clusterman.sh @@ -25,8 +25,8 @@ nfolder=$(readlink -f ${wai}/${SUBSCRIBER_DIR}/${nodes[$key]}/) # Node Folder # Set from file and to file ffile=${nfolder}/$ifrom tfile=${nfolder}/$ito -[ ! -f "$ffile" ] && { echo "Node power measurements starting at $2."; exit 4; } -[ ! -f "$tfile" ] && { echo "Node power measurements up to $3."; exit 5; } +[ ! -f "$ffile" ] && { echo "No power measurements starting at $2."; exit 4; } +[ ! -f "$tfile" ] && { echo "No power measurements up to $3."; exit 5; } # Give files to the user missings=0 header=0 |
