Browse Source

Librespeed: Fix Docker Mod path for LSIO changes (#421)

pull/420/head
owine 2 years ago
committed by GitHub
parent
commit
ff9dd80b09
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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 fi
# Adding stylesheets # 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 '---------------------------'
echo '| Adding the stylesheet |' echo '| Adding the stylesheet |'
echo '---------------------------' echo '---------------------------'

Loading…
Cancel
Save