Update root dir output

This commit is contained in:
Filip Rysavy 2021-12-08 12:20:57 +01:00
parent 0b1ea2b598
commit 66e914e649
No known key found for this signature in database
GPG Key ID: EA1F430401C92D99
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ dump () {
# Root dirs
echo
echo "Root dirs:"
docker run -v /:/host-root alpine:3.15.0 sh -c 'du -hs /host-root/*'
docker run -v /:/host-root alpine:3.15.0 sh -c 'du -hs /host-root/*' | sed 's#/host-root##'
# Home dirs
echo