X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=conflink;fp=conflink;h=b44c4c324f787d5dcb4bbf6399d2a3423a386995;hb=d6def754cd241538c61456536b52ee51cbd85b42;hp=f798204c4a1ff32d1dd2c507c91d8f6362c36ee5;hpb=f46ee5570766081a5a73ce0d2132c8a06ee966fb;p=distro-setup diff --git a/conflink b/conflink index f798204..b44c4c3 100755 --- a/conflink +++ b/conflink @@ -213,6 +213,10 @@ case $user in #### begin special extra stuff #### install -d -m700 ~/gpg-agent-socket + if [[ -e /etc/bitcoin ]] && getent group bitcoin &>/dev/null; then + s chown bitcoin:bitcoin /etc/bitcoin + fi + f=/var/lib/bind if [[ -e $f ]]; then # reset to the original permissions.