From 036fd39041da1212bd34941b3f7e4ab1fdb932ce Mon Sep 17 00:00:00 2001 From: neingeist Date: Fri, 26 Nov 2021 09:21:15 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20saubermann:=20do=20not=20check?= =?UTF-8?q?=20/etc/sv/ssh=20for=20dangling=20symlinks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- saubermann | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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