summarylogtreecommitdiffstats
path: root/bareos-bconsole.install
diff options
context:
space:
mode:
authorMichael Spradling2017-12-08 12:34:55 -0500
committerMichael Spradling2017-12-08 12:34:55 -0500
commit4d617d5affd9ff20762f2e52b602dc23bae0681f (patch)
tree95b935fba5337896858d91f412f591dd9aeacc3a /bareos-bconsole.install
parent9d7cb59fe37844a175217aabcb7c2618b3400fb2 (diff)
downloadaur-4d617d5affd9ff20762f2e52b602dc23bae0681f.tar.gz
Upgraded to 17.2.4rc2
Diffstat (limited to 'bareos-bconsole.install')
-rw-r--r--bareos-bconsole.install8
1 files changed, 6 insertions, 2 deletions
diff --git a/bareos-bconsole.install b/bareos-bconsole.install
index ad7ebd497457..0b1c1d30f095 100644
--- a/bareos-bconsole.install
+++ b/bareos-bconsole.install
@@ -3,6 +3,10 @@ post_install() {
/usr/lib/bareos/scripts/bareos-config initialize_local_hostname
/usr/lib/bareos/scripts/bareos-config initialize_passwords
- chown root:bareos /etc/bareos/bconsole.conf
- chmod 640 /etc/bareos/bconsole.conf
+ chown root:bareos /usr/share/bareos/config/bconsole.conf
+ chmod 640 /usr/share/bareos/config/bconsole.conf
+}
+
+post_upgrade() {
+ post_install
}