Browse Source

Librespeed: Fix Docker Mod path for LSIO changes

pull/421/head
owine 3 years ago
parent
commit
75585ee8bd
  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