mirror of
https://github.com/openwrt/packages.git
synced 2026-04-16 19:32:20 +00:00
The following error occurs when creating storage configuration in WEBUI: ``` Failed to save config after 10 tries: failed to create temp file for new config: open /etc/rclone/rclone.conf4258227003: permission denied ``` we should set the owner of the parent directory of the configuration file to rclone. Signed-off-by: Liangbin Lian <jjm2473@gmail.com> [split chown command, wrap commit message] Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>