Browse Source

Merge branch 'develop' of https://github.com/GilbN/theme.park into develop

pull/420/head
GilbN 2 years ago
parent
commit
3cb345d4df
  1. 2
      docker-mods/librespeed/root/etc/cont-init.d/98-themepark

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

@ -39,7 +39,7 @@ if [[ -z ${TP_THEME} ]]; then
fi
# Adding stylesheets
if ! grep -q "${TP_DOMAIN}/css/base" /usr/share/webapps/librespeed/index.html; then
if ! grep -q "${TP_DOMAIN}/css/base" /app/www/public/index.html; then
echo '---------------------------'
echo '| Adding the stylesheet |'
echo '---------------------------'

Loading…
Cancel
Save