🐛 saubermann: do not check /etc/sv/ssh for dangling symlinks
This commit is contained in:
parent
4a0b7ea182
commit
036fd39041
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue