Update root dir output
This commit is contained in:
parent
0b1ea2b598
commit
66e914e649
|
@ -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
|
||||
|
|
Reference in New Issue