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.
1 parent 4e96653 commit 603e86dCopy full SHA for 603e86d
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