fix btrbk service
[distro-setup] / conflink
index 0010c9d6f347e04691120d02e2cdbfcf0f3a3ed9..e26be58e0693af8d3ce3ddb9e84bdba8a8e1f636 100755 (executable)
--- a/conflink
+++ b/conflink
@@ -94,6 +94,15 @@ 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
+      if getent passwd prometheus; then
+        s chown root:prometheus /etc/prometheus-pass
+      fi
+    fi
+
     ##### end special extra stuff #####
 
     sudo bash -c 'shopt -s nullglob; cd /etc/openvpn; for f in client/* server/*; do ln -sf $f .; done'