mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
373e8733d3
@ -6,7 +6,7 @@
|
||||
shopt -s nullglob
|
||||
|
||||
counter=0
|
||||
for filename in /boot/System.map-* ; do
|
||||
for filename in /boot/System.map* ; do
|
||||
counter=$(( counter + 1 ))
|
||||
done
|
||||
|
||||
@ -15,7 +15,7 @@ if [ "$counter" -ge "1" ]; then
|
||||
fi
|
||||
|
||||
## 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
|
||||
|
Loading…
Reference in New Issue
Block a user