Set owner after copying dependencies

This commit is contained in:
billz
2025-02-19 06:00:32 -08:00
parent 163d727ee1
commit 69510a4e92

View File

@@ -73,6 +73,7 @@ case "$action" in
mkdir -p "$(dirname "$destination")"
cp "$source" "$destination"
chown -R $raspap_user:$raspap_user "$destination"
echo "OK"
;;