Browse Source

Deluge: docker mod path fix

pull/335/head
GilbN 3 years ago
parent
commit
f54c4618df
  1. 2
      docker-mods/deluge/root/etc/cont-init.d/98-themepark

2
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 |'

Loading…
Cancel
Save