mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-01 19:28:00 +00:00
check_large_files.bash: adds mapfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user