diff --git a/saubermann b/saubermann index 2313570..cfddc01 100755 --- a/saubermann +++ b/saubermann @@ -1,5 +1,6 @@ #!/bin/sh # check for common problems + junk +# https://github.com/neingeist/dirty-helpers is_debian() { @@ -12,7 +13,7 @@ is_fedora() { echo "== Dangling symlinks in /etc" -find /etc -type l -and -xtype l | egrep -v 'blkid.tab|/var/log/dropbear' +find /etc -type l -and -xtype l | egrep -v 'blkid.tab|/var/log/dropbear|/etc/sv/ssh' echo "== Trashes" for t in /home/*/.local/share/Trash; do