commit 97b3fb06d350c9cc67b741fd15b494e0e4c8cc6e Author: Muri Nicanor Date: Tue Oct 27 12:08:37 2015 +0100 added setting of gid and g+r for metadump diff --git a/debian/scripts/koha-dump b/debian/scripts/koha-dump index bf4bd5f..32bbf73 100755 --- a/debian/scripts/koha-dump +++ b/debian/scripts/koha-dump @@ -65,5 +65,7 @@ tar -C / -czf "$metadump" \ "etc/apache2/sites-enabled/$instancefile" \ "var/lib/koha/$name" \ "var/log/koha/$name" +chown "root:$name-koha" "$metadump" +chmod g+r "$metadump" echo "Done."