🐛 saubermann: do not check /etc/sv/ssh for dangling symlinks

master
neingeist 2 years ago
parent 4a0b7ea182
commit 036fd39041

@ -1,5 +1,6 @@
#!/bin/sh #!/bin/sh
# check for common problems + junk # check for common problems + junk
# https://github.com/neingeist/dirty-helpers
is_debian() { is_debian() {
@ -12,7 +13,7 @@ is_fedora() {
echo "== Dangling symlinks in /etc" 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" echo "== Trashes"
for t in /home/*/.local/share/Trash; do for t in /home/*/.local/share/Trash; do

Loading…
Cancel
Save