diff options
Diffstat (limited to 'testing/bacula/bacula.post-install')
-rw-r--r-- | testing/bacula/bacula.post-install | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/bacula/bacula.post-install b/testing/bacula/bacula.post-install deleted file mode 100644 index a092957361..0000000000 --- a/testing/bacula/bacula.post-install +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -for dir in /var/bacula /var/log/bacula /var/run/bacula /var/lib/bacula /etc/bacula/scripts/make_catalog_backup* -do - chown bacula.bacula $dir -done - -for file in create_postgresql_database make_postgresql_tables grant_postgresql_privileges -do - chown postgres /etc/bacula/scripts/$file -done |