1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-03 22:17:08 +02:00

deluge docker mod fix for #369

This commit is contained in:
GilbN 2022-04-29 16:34:05 +02:00
parent 8925067802
commit 9be5dc33e6

View File

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