From 603e86d095c89e4d50fd5a0a4be2ca92a72ea948 Mon Sep 17 00:00:00 2001 From: Anagh Kumar Baranwal <6824881+darthShadow@users.noreply.github.com> Date: Tue, 3 Sep 2024 12:43:30 +0530 Subject: [PATCH] Fix ordering of options for lsiown --- root/etc/s6-overlay/s6-rc.d/init-plex-chown/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/s6-overlay/s6-rc.d/init-plex-chown/run b/root/etc/s6-overlay/s6-rc.d/init-plex-chown/run index e7863da..2e97959 100755 --- a/root/etc/s6-overlay/s6-rc.d/init-plex-chown/run +++ b/root/etc/s6-overlay/s6-rc.d/init-plex-chown/run @@ -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