1
0
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:
Bill Zimmerman 2025-03-20 12:05:30 +01:00 committed by GitHub
parent 3218d87b1b
commit 23597e800d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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