mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-07-09 01:07:41 +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")"
|
mkdir -p "$(dirname "$destination")"
|
||||||
chown -R "$raspap_user:$raspap_user" "$(dirname "$destination")"
|
chown -R "$raspap_user:$raspap_user" "$(dirname "$destination")"
|
||||||
cp "$source" "$destination"
|
cp "$source" "$destination"
|
||||||
chown -R $raspap_user:$raspap_user "$destination"
|
|
||||||
|
|
||||||
echo "OK"
|
echo "OK"
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user