1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-08-17 15:39:36 +02:00

Deluge: docker mod path fix

This commit is contained in:
GilbN 2022-03-13 17:36:29 +01:00
parent 8d3bd4ac4e
commit f54c4618df

View File

@ -34,7 +34,7 @@ if [[ -z ${TP_THEME} ]]; then
fi fi
# Adding stylesheets # 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 if ! grep -q "${TP_DOMAIN}/css/base" "$INDEX_HTML"; then
echo '---------------------------' echo '---------------------------'
echo '| Adding the stylesheet |' echo '| Adding the stylesheet |'