@@ -, +, @@ --- debian/scripts/koha-dump | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) --- a/debian/scripts/koha-dump +++ a/debian/scripts/koha-dump @@ -65,4 +65,7 @@ tar -C / -czf "$metadump" \ "var/lib/koha/$name" \ "var/log/koha/$name" +chown "root:$name-koha" "$metadump" +chmod g+r "$metadump" + echo "Done." --