From bcae174cb03af4482b5002c7086d89beb2c06265 Mon Sep 17 00:00:00 2001 From: Sebastian <379651+czarly@users.noreply.github.com> Date: Mon, 25 Mar 2024 00:03:22 +0100 Subject: [PATCH] fix --- restore-volumes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore-volumes.sh b/restore-volumes.sh index 3af22e27..5175972a 100755 --- a/restore-volumes.sh +++ b/restore-volumes.sh @@ -55,7 +55,7 @@ for key in $keys; do directory="$volume_dir/rpc_$key/_data/" [ -d "$directory" ] && existing_size=$(du -sb "$directory" | awk '{ total += $1 } END { print total }') || existing_size=0 - echo "$directory: $existing_size" + #echo "$directory: $existing_size" if [ -z "$newest_file" ]; then if [[ "$2" = "--print-size-only" && $existing_size -gt 0 ]]; then