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
3 changed files with 74 additions and 19 deletions
+4 -1
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"