From f54c4618dffc695efe87efeb33ea6d8151e57f3e Mon Sep 17 00:00:00 2001 From: GilbN Date: Sun, 13 Mar 2022 17:36:29 +0100 Subject: [PATCH] Deluge: docker mod path fix --- 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 70f767fe..afc187ec 100644 --- a/docker-mods/deluge/root/etc/cont-init.d/98-themepark +++ b/docker-mods/deluge/root/etc/cont-init.d/98-themepark @@ -34,7 +34,7 @@ if [[ -z ${TP_THEME} ]]; then fi # Adding stylesheets -INDEX_HTML='/usr/lib/python3.10/site-packages/deluge/ui/web/index.html' +INDEX_HTML='/usr/lib/python3/dist-packages/deluge/ui/web/index.html' if ! grep -q "${TP_DOMAIN}/css/base" "$INDEX_HTML"; then echo '---------------------------' echo '| Adding the stylesheet |'