summaryrefslogtreecommitdiff
path: root/.clusterman.sh
diff options
context:
space:
mode:
Diffstat (limited to '.clusterman.sh')
-rwxr-xr-x.clusterman.sh4
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