Browse Source

bazarr path fix

pull/240/head
GilbN 4 years ago
committed by GitHub
parent
commit
b14e987560
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      bazarr/root/etc/cont-init.d/98-themepark

4
bazarr/root/etc/cont-init.d/98-themepark

@ -9,10 +9,10 @@ echo -e "Variables set:\\n\
'TP_DOMAIN'=${TP_DOMAIN}\\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
echo 'Changing to Hotio file path!'
APP_FILEPATH='/app/bin/views/_main.html'
APP_FILEPATH='/app/bin/frontend/build/index.html'
fi
# Set default

Loading…
Cancel
Save