diff options
author | Erich Eckner <git@eckner.net> | 2020-03-11 08:43:58 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-03-11 08:43:58 +0100 |
commit | d5f1b4c0135d1206ebbdeff244f6388b408d1953 (patch) | |
tree | 90d1df01700b11bc1d3ade0f0ec6145108331c41 /bareos/bareos-bconsole.install | |
parent | 52775e6a1f0aa496417033a5933882cc69328f88 (diff) | |
download | archlinuxewe-d5f1b4c0135d1206ebbdeff244f6388b408d1953.tar.xz |
bareos: correct the paths of the installs
Diffstat (limited to 'bareos/bareos-bconsole.install')
-rw-r--r-- | bareos/bareos-bconsole.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bareos/bareos-bconsole.install b/bareos/bareos-bconsole.install index cdb5c0140..4ac639eef 100644 --- a/bareos/bareos-bconsole.install +++ b/bareos/bareos-bconsole.install @@ -3,7 +3,7 @@ post_install() { /usr/lib/bareos/scripts/bareos-config initialize_local_hostname /usr/lib/bareos/scripts/bareos-config initialize_passwords - chown root:bareos /usr/share/bareos/config/bconsole.conf + chown root:bareos /etc/bareos/bconsole.conf } post_upgrade() { |