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