mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-07-12 17:00:32 +07:00
refactoring
This commit is contained in:
@ -6,8 +6,7 @@
|
||||
shopt -s nullglob
|
||||
|
||||
## Removes the System.map files as they are only used for debugging or malware.
|
||||
for filename in /boot/System.map-*
|
||||
do
|
||||
for filename in /boot/System.map-* ; do
|
||||
if [ -f "${filename}" ]; then
|
||||
rm --verbose --force "${filename}"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user