X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=conflink;h=b24427fe40737ef5cafff1f96895cc94e191873e;hb=f9ccde727d3471c99b909a528aa7168281368084;hp=0010c9d6f347e04691120d02e2cdbfcf0f3a3ed9;hpb=93db0c16393fe75efef3167c1d2b332f50387c23;p=distro-setup diff --git a/conflink b/conflink index 0010c9d..b24427f 100755 --- a/conflink +++ b/conflink @@ -94,6 +94,13 @@ case $USER in s chown -R znc:znc /var/lib/znc fi /a/exe/lnf -T /p/arbtt-capture.log ~/.arbtt/capture.log + f=/etc/prometheus-htpasswd + if [[ -e $f ]]; then + s chmod 640 $f /etc/prometheus-pass + s chown root:www-data $f + s chown root:prometheus /etc/prometheus-pass + fi + ##### end special extra stuff ##### sudo bash -c 'shopt -s nullglob; cd /etc/openvpn; for f in client/* server/*; do ln -sf $f .; done'