Skip to content

Commit

Permalink
Fix ordering of options for lsiown
Browse files Browse the repository at this point in the history
  • Loading branch information
darthShadow authored Sep 3, 2024
1 parent 4e96653 commit 603e86d
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 603e86d

Please sign in to comment.