Skip to content

Commit 2af62cf

Browse files
committed
display apparent disk usage
1 parent a0c0290 commit 2af62cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/genicons.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ icon_stats() {
4444
echo '/srv/licensebuttons/www/i'
4545
_count=$(docker compose exec web find /srv/licensebuttons/www/i -type f \
4646
| wc -l | tr -d '[:space:]')
47-
_size=$(docker compose exec web du -sh /srv/licensebuttons/www/i \
47+
_size=$(docker compose exec web du -bsh /srv/licensebuttons/www/i \
4848
| awk '{print $1}')
4949
printf ' %11s %5s\n' 'File count:' "${_count}"
5050
printf ' %11s %5s\n' 'Size:' "${_size}"

0 commit comments

Comments
 (0)