Skip to content

Commit

Permalink
Merge pull request #402 from darthShadow/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Sep 3, 2024
2 parents 4e96653 + 603e86d commit 885401d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/init-plex-chown/run
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PUID=${PUID:-911}
if [[ ! "$(stat -c %u /config/Library)" == "${PUID}" ]]; then
echo "Change in ownership detected, please be patient while we chown existing files"
echo "This could take some time"
lsiown abc:abc -R \
lsiown -R abc:abc \
/config/Library
fi

Expand Down

0 comments on commit 885401d

Please sign in to comment.