Browse Source

deluge docker mod fix for #369

pull/372/head^2
GilbN 3 years ago
parent
commit
9be5dc33e6
  1. 2
      docker-mods/deluge/root/etc/cont-init.d/98-themepark

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

Loading…
Cancel
Save