Merge remote-tracking branch 'origin/master' into pass

This commit is contained in:
Joe Groocock 2019-02-07 22:53:11 +00:00
commit 8cc61ef6ca
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ ARG PLEX_SHA=1bd274026c4d7038ec57bad7c3735ce47f73b887
ARG LIBSTDCPP_VER=6.3.0-18+deb9u1
ARG LIBGCC1_VER=6.3.0-18+deb9u1
ARG XMLSTAR_VER=1.6.1
ARG CURL_VER=curl-7_61_1
ARG CURL_VER=curl-7_64_0
FROM spritsail/debian-builder:stretch-slim as builder

View File

@ -8,6 +8,7 @@ source plex-util.sh
echo -e $'<?xml version="1.0" encoding="utf-8"?>\n<Preferences />' > "${PREF_FILE}"
# Enforced defaults. These can be changed manually afterwards.
setPref "EnableIPv6" "1"
setPref "AcceptedEULA" "1"
setPref "TranscoderTempDirectory" "/transcode"