mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Direct puid:pgid
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user