diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-03-01 00:46:46 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-03-01 00:46:46 +0200 |
commit | de65283475653e33de0b6be28f08b9d5004e9080 (patch) | |
tree | 332284d2cb5fff9efa399a55f0d2075af415d9b3 /bin/ak-zchain-calculate-size | |
parent | 8323eaa985dcac1152e62df28903c643ce2c9f45 (diff) | |
download | arching-kaos-tools-de65283475653e33de0b6be28f08b9d5004e9080.tar.gz arching-kaos-tools-de65283475653e33de0b6be28f08b9d5004e9080.tar.bz2 arching-kaos-tools-de65283475653e33de0b6be28f08b9d5004e9080.zip |
Fixes leftovers from refactoring
Diffstat (limited to 'bin/ak-zchain-calculate-size')
-rwxr-xr-x | bin/ak-zchain-calculate-size | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ak-zchain-calculate-size b/bin/ak-zchain-calculate-size index ca41e53..fe99187 100755 --- a/bin/ak-zchain-calculate-size +++ b/bin/ak-zchain-calculate-size @@ -7,9 +7,9 @@ cd $temp if [ ! -z $1 ] && [ -n "$1" ] then - ak-extract-cids $1 > to_stats + ak-zchain-extract-cids $1 > to_stats else - ak-extract-cids > to_stats + ak-zchain-extract-cids > to_stats fi sum=0 ; while IFS="" read -r p || [ -n "$p" ] |