mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-07-08 20:37:40 +02:00
Fix: Revert set permissions on $destination
This commit is contained in:
parent
3218d87b1b
commit
23597e800d
@ -74,7 +74,6 @@ case "$action" in
|
||||
mkdir -p "$(dirname "$destination")"
|
||||
chown -R "$raspap_user:$raspap_user" "$(dirname "$destination")"
|
||||
cp "$source" "$destination"
|
||||
chown -R $raspap_user:$raspap_user "$destination"
|
||||
|
||||
echo "OK"
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user