mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 21:21:15 -07:00
Clean up start.sh
This commit is contained in:
parent
14346b0e69
commit
55090ddeaa
1 changed files with 2 additions and 2 deletions
4
start.sh
4
start.sh
|
@ -4,8 +4,8 @@ if [[ "$TAUTULLI_DOCKER" == "True" ]]; then
|
||||||
PUID=${PUID:-1000}
|
PUID=${PUID:-1000}
|
||||||
PGID=${PGID:-1000}
|
PGID=${PGID:-1000}
|
||||||
|
|
||||||
groupmod -o -g $PGID tautulli
|
groupmod -o -g "$PGID" tautulli
|
||||||
usermod -o -u $PUID tautulli
|
usermod -o -u "$PUID" tautulli
|
||||||
|
|
||||||
chown -R tautulli:tautulli /config
|
chown -R tautulli:tautulli /config
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue