From 66e914e6496017927f85a8688df3aef254e844a1 Mon Sep 17 00:00:00 2001 From: Filip Rysavy <29089732+firyx@users.noreply.github.com> Date: Wed, 8 Dec 2021 12:20:57 +0100 Subject: [PATCH] Update root dir output --- setup-scripts/disk-usage-dump.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-scripts/disk-usage-dump.sh b/setup-scripts/disk-usage-dump.sh index 673852aa..f56af47c 100755 --- a/setup-scripts/disk-usage-dump.sh +++ b/setup-scripts/disk-usage-dump.sh @@ -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