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 c2f1a2a commit ac7bb65Copy full SHA for ac7bb65
1 file changed
root/etc/cont-init.d/40-chown-files
@@ -8,7 +8,7 @@ if [ ! -e "/config/Library/Application Support/Plex Media Server/Preferences.xml
8
exit 0
9
fi
10
11
-if [ ! "$(stat -c %U /config/Library)" = "abc" ]; then
+if [ ! "$(stat -c %u /config/Library)" = "$PUID" ]; then
12
echo "Change in ownership detected, please be patient while we chown existing files"
13
echo "This could take some time"
14
chown abc:abc -R \
0 commit comments