From 9be5dc33e6ef6e373962d5f1b17148bc70bab8a9 Mon Sep 17 00:00:00 2001 From: GilbN Date: Fri, 29 Apr 2022 16:34:05 +0200 Subject: [PATCH] deluge docker mod fix for #369 --- docker-mods/deluge/root/etc/cont-init.d/98-themepark | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-mods/deluge/root/etc/cont-init.d/98-themepark b/docker-mods/deluge/root/etc/cont-init.d/98-themepark index 1f8265c2..92774460 100644 --- a/docker-mods/deluge/root/etc/cont-init.d/98-themepark +++ b/docker-mods/deluge/root/etc/cont-init.d/98-themepark @@ -39,7 +39,7 @@ if [[ -z ${TP_THEME} ]]; then fi # Adding stylesheets -DELUGE_INDEX_PATH=$(find -name index.html) +DELUGE_INDEX_PATH=$(find /usr -name index.html) if ! grep -q "${TP_DOMAIN}/css/base" ${DELUGE_INDEX_PATH}; then echo '---------------------------' echo '| Adding the stylesheet |'