diff --git a/usr/lib/security-misc/remove-system.map b/usr/lib/security-misc/remove-system.map index e151cae..235a1fe 100755 --- a/usr/lib/security-misc/remove-system.map +++ b/usr/lib/security-misc/remove-system.map @@ -5,7 +5,7 @@ shopt -s nullglob -# Removes the System.map files as they are only used for debugging or malware. +## Removes the System.map files as they are only used for debugging or malware. for filename in /boot/System.map-* do if [ -f "${filename}" ]; then