diff options
author | Erich Eckner <git@eckner.net> | 2020-03-10 15:29:01 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-03-10 15:29:01 +0100 |
commit | 88908d19ca3b408681ccef854d5be255258a7297 (patch) | |
tree | 1deed221d43679f3f7d29348f1bd48ecad6c7a5c /bareos/bareos-director.install | |
parent | 293b7746f41be835b4a48d1f644945387414a9c0 (diff) | |
download | archlinuxewe-88908d19ca3b408681ccef854d5be255258a7297.tar.xz |
bareos: install stuff under /etc/bareos instead of /usr/share/bareos/config, also give installed stuff the right permissions up-front - only the owner will be set after installation
Diffstat (limited to 'bareos/bareos-director.install')
-rw-r--r-- | bareos/bareos-director.install | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bareos/bareos-director.install b/bareos/bareos-director.install index 518d7869a..14a6e1c05 100644 --- a/bareos/bareos-director.install +++ b/bareos/bareos-director.install @@ -4,7 +4,6 @@ post_install() { /usr/lib/bareos/scripts/bareos-config initialize_passwords chown -R bareos:bareos /usr/share/bareos/config/bareos-dir.d - chmod -R 750 /usr/share/bareos/config/bareos-dir.d chown bareos:bareos /usr/bin/bareos-dir |