fix: Inherit owner from parent folder (#1526)

This commit is contained in:
Kroese 2025-10-22 10:06:26 +02:00 committed by GitHub
parent c1c44c4da7
commit 122d1ff98e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 74 additions and 19 deletions

View file

@ -487,8 +487,11 @@ getESD() {
info "$msg" && html "$msg"
rm -rf "$dir"
mkdir -p "$dir"
if ! makeDir "$dir"; then
error "Failed to create directory \"$dir\" !" && return 1
fi
local xFile="products.xml"
local eFile="esd_edition.xml"
local fFile="products_filter.xml"