From 0a3771420ec3a2de4cf30c1d4383db067e70ba16 Mon Sep 17 00:00:00 2001 From: gilbn Date: Tue, 21 Dec 2021 20:48:13 +0100 Subject: [PATCH] qbit mod sed body instead of head --- docker-mods/qbittorrent/root/etc/cont-init.d/98-themepark | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-mods/qbittorrent/root/etc/cont-init.d/98-themepark b/docker-mods/qbittorrent/root/etc/cont-init.d/98-themepark index fcd3f20b..99dd3caa 100644 --- a/docker-mods/qbittorrent/root/etc/cont-init.d/98-themepark +++ b/docker-mods/qbittorrent/root/etc/cont-init.d/98-themepark @@ -85,8 +85,8 @@ if [[ ! -d /themepark ]]; then fi sed_file(){ - sed -i "s/<\/head>/<\/head> /g" $1 - sed -i "s/<\/head>/<\/head> /g" $1 + sed -i "s/<\/body>/<\/body> /g" $1 + sed -i "s/<\/body>/<\/body> /g" $1 printf 'Stylesheet set to %s on %s\n\n' "${TP_THEME}" "$1" }