check_large_files.bash: adds mapfile

This commit is contained in:
Jed Reynolds
2020-12-17 20:49:34 -08:00
parent 68a30d6bd2
commit d3fab7c7ff

View File

@@ -114,7 +114,7 @@ usage_mnt=`du -shxc .`
# Find size of /lib/modules
cd /lib/modules
usage_libmod=`du -sh *`
mapfile -t usage_libmod < <(du -sh *)
# Find how many kernels are installed
cd /boot