GilbN
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
3 deletions
-
bazarr/root/etc/cont-init.d/98-themepark
|
@ -9,10 +9,10 @@ echo -e "Variables set:\\n\ |
|
|
'TP_DOMAIN'=${TP_DOMAIN}\\n\ |
|
|
'TP_DOMAIN'=${TP_DOMAIN}\\n\ |
|
|
'TP_THEME'=${TP_THEME}\\n" |
|
|
'TP_THEME'=${TP_THEME}\\n" |
|
|
|
|
|
|
|
|
APP_FILEPATH='/app/bazarr/bin/views/_main.html' |
|
|
APP_FILEPATH='/app/bazarr/bin/frontend/build/index.html' |
|
|
if [ "${TP_HOTIO}" = true ]; then |
|
|
if [ "${TP_HOTIO}" = true ]; then |
|
|
echo 'Changing to Hotio file path!' |
|
|
echo 'Changing to Hotio file path!' |
|
|
APP_FILEPATH='/app/bin/views/_main.html' |
|
|
APP_FILEPATH='/app/bin/frontend/build/index.html' |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
# Set default |
|
|
# Set default |
|
|