From 186d855bc1194c093d7411a957022d5b776468ad Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Thu, 6 Feb 2025 07:51:47 +0100 Subject: [PATCH] one number --- node-size.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-size.sh b/node-size.sh index 0cbe1826..7ba0d644 100755 --- a/node-size.sh +++ b/node-size.sh @@ -3,7 +3,7 @@ # Read the JSON input and extract the list of keys keys=$(cat /root/rpc/$1.yml | yaml2json - | jq '.volumes' | jq -r 'keys[]') -1total_size=0 +total_size=0 # Iterate over the list of keys for key in $keys; do