Skip to content

Commit 603e86d

Browse files
authored
Fix ordering of options for lsiown
1 parent 4e96653 commit 603e86d

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)