mirror of
https://github.com/linuxserver/docker-plex.git
synced 2026-04-13 00:04:33 +08:00
Removed new_user from here
This commit is contained in:
parent
bcdc3df792
commit
0e60874782
@ -1,15 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -n "$PUID" -a "$(id -u abc)" != "$PUID" ]; then usermod -o -u "$PUID" abc ; fi
|
||||
if [ -n "$PGID" -a "$(id -g abc)" != "$PGID" ]; then groupmod -o -g "$PGID" abc ; fi
|
||||
|
||||
echo "
|
||||
-----------------------------------
|
||||
Plex GID/UID
|
||||
-----------------------------------
|
||||
Plex uid: $(id -u abc)
|
||||
Plex gid: $(id -g abc)
|
||||
-----------------------------------
|
||||
Plex will now continue to boot.
|
||||
"
|
||||
sleep 2
|
||||
Loading…
x
Reference in New Issue
Block a user