1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2025-07-30 19:59:26 +02:00

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"
;;