Skip to content

Commit 4788fab

Browse files
authored
#662 Avoid chown on /user/config (not needed) (#664)
1 parent afa5b5f commit 4788fab

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

app/bin/run-upmpdcli.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,6 @@ if [[ $current_user_id == 0 ]]; then
819819
fi
820820
# uprcl and under
821821
chown -R $USER_NAME:$GROUP_NAME /uprcl/confdir
822-
chown -R $USER_NAME:$GROUP_NAME /user/config
823822
chown -R $USER_NAME:$GROUP_NAME /log
824823
if [[ $cache_dir_created -eq 1 ]]; then
825824
echo "Changing ownership of /tmp/cache ..."

doc/change-history.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Change Date|Major Changes
44
---|---
5+
2026-05-04|Avoid chown on /user/config (not needed) (see [#662](https://github.com/GioF71/upmpdcli-docker/issues/662))
56
2026-05-03|A few improvements to the startup script (see [this issue](https://framagit.org/medoc92/upmpdcli/-/issues/164))
67
2026-04-26|Submodule `master` updated to Subsonic Plugin 0.9.12
78
2026-04-26|Submodule `edge` updated to Subsonic Plugin 0.9.13

0 commit comments

Comments
 (0)