mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-30 18:27:53 +00:00
check_large_files.bash: fixes removing /lib/modules directories
This commit is contained in:
@@ -567,7 +567,7 @@ survey_kernel_files() {
|
||||
fi
|
||||
done
|
||||
|
||||
if (( $verbose > 0 )) && (( ${#libmod_sort_names[@]} > 0 )); then
|
||||
if (( ${#libmod_sort_names[@]} > 0 )); then
|
||||
# debug "Removable libmod dirs: "
|
||||
while read ser; do
|
||||
file="${libmod_sort_names[$ser]}"
|
||||
|
||||
Reference in New Issue
Block a user