From b14e9875604d4de27282ac9bc511f2a47993cb5e Mon Sep 17 00:00:00 2001 From: GilbN <24592972+GilbN@users.noreply.github.com> Date: Tue, 20 Apr 2021 14:26:07 +0200 Subject: [PATCH] bazarr path fix --- bazarr/root/etc/cont-init.d/98-themepark | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazarr/root/etc/cont-init.d/98-themepark b/bazarr/root/etc/cont-init.d/98-themepark index de51f756..3c956d99 100644 --- a/bazarr/root/etc/cont-init.d/98-themepark +++ b/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 @@ -33,4 +33,4 @@ if ! grep -q "${TP_DOMAIN}" "${APP_FILEPATH}"; then echo '---------------------------' sed -i "s/<\/head>/<\/head> /g" "${APP_FILEPATH}" printf 'Stylesheet set to %s\n' "${TP_THEME}" -fi \ No newline at end of file +fi