mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 04:49:36 -07:00
Update start.sh
This commit is contained in:
parent
723ebf230c
commit
aca7fcd154
1 changed files with 1 additions and 1 deletions
2
start.sh
2
start.sh
|
@ -13,7 +13,7 @@ if [[ "$TAUTULLI_DOCKER" == "True" ]]; then
|
|||
echo "Running Tautulli using user tautulli (uid=$(id -u tautulli)) and group tautulli (gid=$(id -g tautulli))"
|
||||
exec gosu tautulli "$@"
|
||||
else
|
||||
exec tautulli "$@"
|
||||
exec "$@"
|
||||
fi
|
||||
else
|
||||
python_versions=("python3.11" "python3.10" "python3.9" "python3.8" "python3" "python")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue