From: Ian Kelling Date: Tue, 12 Nov 2024 08:01:06 +0000 (-0500) Subject: minor fix X-Git-Url: https://iankelling.org/git/?a=commitdiff_plain;h=f9ff50a98bc864d6a0f854f310b84741e403a9ff;p=distro-setup minor fix --- diff --git a/conflink b/conflink index 8673073..e32e1b6 100755 --- a/conflink +++ b/conflink @@ -210,6 +210,8 @@ case $user in find_paths=(/p/c/filesystem/etc/ssh /p/c/machine_specific/*/filesystem/etc/ssh) find-maybe -type f -name '*.pub' -exec chmod go+rX '{}' + + find_paths=(/p/c/machine_specific/*/filesystem/etc/apt) + find-maybe -type f -exec chmod go+rX '{}' + # note: intentionally letting a few files have more restrictive # permissions than needed: a few openvpn files, some pub wireguard