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:
parent
163d727ee1
commit
69510a4e92
@ -73,6 +73,7 @@ case "$action" in
|
||||
|
||||
mkdir -p "$(dirname "$destination")"
|
||||
cp "$source" "$destination"
|
||||
chown -R $raspap_user:$raspap_user "$destination"
|
||||
|
||||
echo "OK"
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user