Direct puid:pgid

This commit is contained in:
Alexandre
2023-09-13 11:37:15 +02:00
committed by GitHub
parent 3d85319544
commit bfef61c6a4
22 changed files with 67 additions and 67 deletions

View File

@@ -24,4 +24,4 @@ if [ ! -d "/config/Library/Application Support" ]; then
ln -s "/share/plex/Plex Media Server" "/config/Library/Application Support"
fi
chown -R abc:abc /share/plex
chown -R "$PUID:$PGID" /share/plex

View File

@@ -7,9 +7,9 @@
if [ ! -d /share/plex ]; then
echo "Creating /share/plex"
mkdir -p /share/plex
chown -R abc:abc /share/plex
chown -R "$PUID:$PGID" /share/plex
else
chown -R abc:abc /share/plex
chown -R "$PUID:$PGID" /share/plex
fi
if [ ! -d /share/plex/Library ]; then