summarylogtreecommitdiffstats
path: root/bareos-filedaemon.install
diff options
context:
space:
mode:
authorMichael Spradling2016-09-29 22:30:11 -0400
committerMichael Spradling2016-09-30 00:33:04 -0400
commitbd394b9eb86d161c962ee05911f2b47d47452fc3 (patch)
tree85cc11955fec8d474b833dee7d7532b294b20fe4 /bareos-filedaemon.install
parentd8de4547d67fcaf4938c1332777f15328e9712e0 (diff)
downloadaur-bd394b9eb86d161c962ee05911f2b47d47452fc3.tar.gz
Upgrade to 16.2.4rc1
Diffstat (limited to 'bareos-filedaemon.install')
-rw-r--r--bareos-filedaemon.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/bareos-filedaemon.install b/bareos-filedaemon.install
index 60f03d6257c3..a1c9ef8e72c7 100644
--- a/bareos-filedaemon.install
+++ b/bareos-filedaemon.install
@@ -3,6 +3,6 @@ post_install() {
/usr/lib/bareos/scripts/bareos-config initialize_local_hostname
/usr/lib/bareos/scripts/bareos-config initialize_passwords
- chown root:bareos /etc/bareos/bareos-fd.conf
- chmod 640 /etc/bareos/bareos-fd.conf
+ chown -R bareos:bareos /etc/bareos/bareos-fd.d/
+ chmod -R 750 /etc/bareos/bareos-fd.d/
}