mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-20 18:12:31 +01:00
deluge docker mod fix for #369
This commit is contained in:
parent
8925067802
commit
9be5dc33e6
@ -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…
Reference in New Issue
Block a user