From e061aa8b7566938b443261118e2b59defbf94472 Mon Sep 17 00:00:00 2001
From: GilbN <24592972+GilbN@users.noreply.github.com>
Date: Mon, 19 Jul 2021 18:01:43 +0200
Subject: [PATCH] fix emby dmod bug
---
emby/root/etc/cont-init.d/98-themepark | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/emby/root/etc/cont-init.d/98-themepark b/emby/root/etc/cont-init.d/98-themepark
index c41f8d54..826e88d4 100644
--- a/emby/root/etc/cont-init.d/98-themepark
+++ b/emby/root/etc/cont-init.d/98-themepark
@@ -32,7 +32,7 @@ if ! grep -q "${TP_DOMAIN}" /app/emby/dashboard-ui/index.html; then
echo '---------------------------'
echo '| Adding the stylesheet |'
echo '---------------------------'
- sed -i "s/<\/body>/<\/body> /g" /app/emby/dashboard-ui/index.html
+ sed -i "s/<\/body>/<\/body> /g" /app/emby/dashboard-ui/index.html
printf 'Stylesheet set to %s\n' "${TP_THEME}
"
-fi
\ No newline at end of file
+fi