We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e96653 + 603e86d commit 885401dCopy full SHA for 885401d
root/etc/s6-overlay/s6-rc.d/init-plex-chown/run
@@ -12,7 +12,7 @@ PUID=${PUID:-911}
12
if [[ ! "$(stat -c %u /config/Library)" == "${PUID}" ]]; then
13
echo "Change in ownership detected, please be patient while we chown existing files"
14
echo "This could take some time"
15
- lsiown abc:abc -R \
+ lsiown -R abc:abc \
16
/config/Library
17
fi
18
0 commit comments