Browse Source

fixes #387

pull/388/head
GilbN 3 years ago
parent
commit
577fa8efb4
  1. 2
      docker-mods/qbittorrent/root/etc/cont-init.d/98-themepark

2
docker-mods/qbittorrent/root/etc/cont-init.d/98-themepark

@ -104,7 +104,7 @@ if ! grep -q "${TP_DOMAIN}/css/base" /themepark/public/index.html; then
fi fi
if ! grep -q "${TP_DOMAIN}/css/base" /themepark/private/index.html; then if ! grep -q "${TP_DOMAIN}/css/base" /themepark/private/index.html; then
find ./themepark/private -type f -iname *.html | while read fname find /themepark/private -type f -iname *.html | while read fname
do do
sed_file $fname sed_file $fname
done done

Loading…
Cancel
Save