Skip to content

Commit 885401d

Browse files
authored
Merge pull request #402 from darthShadow/patch-1
2 parents 4e96653 + 603e86d commit 885401d

File tree

1 file changed

+1
-1
lines changed
  • root/etc/s6-overlay/s6-rc.d/init-plex-chown

1 file changed

+1
-1
lines changed

root/etc/s6-overlay/s6-rc.d/init-plex-chown/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ PUID=${PUID:-911}
1212
if [[ ! "$(stat -c %u /config/Library)" == "${PUID}" ]]; then
1313
echo "Change in ownership detected, please be patient while we chown existing files"
1414
echo "This could take some time"
15-
lsiown abc:abc -R \
15+
lsiown -R abc:abc \
1616
/config/Library
1717
fi
1818

0 commit comments

Comments
 (0)