Update start.sh

This commit is contained in:
Devin Buhl 2024-04-13 11:00:46 -04:00 committed by GitHub
commit aca7fcd154
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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")