From 49ffdf1c67a21125f361c00768030e3ac76899f4 Mon Sep 17 00:00:00 2001 From: owine Date: Sun, 4 Sep 2022 10:54:24 -0500 Subject: [PATCH] Fix librespeed Docker mod paths --- docker-mods/librespeed/root/etc/cont-init.d/98-themepark | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-mods/librespeed/root/etc/cont-init.d/98-themepark b/docker-mods/librespeed/root/etc/cont-init.d/98-themepark index ebcd5445..6a46fa20 100644 --- a/docker-mods/librespeed/root/etc/cont-init.d/98-themepark +++ b/docker-mods/librespeed/root/etc/cont-init.d/98-themepark @@ -43,8 +43,8 @@ if ! grep -q "${TP_DOMAIN}/css/base" /app/www/public/index.html; then echo '---------------------------' echo '| Adding the stylesheet |' echo '---------------------------' - sed -i "s/<\/head>/<\/head> /g" /usr/share/webapps/librespeed/index.html - sed -i "s/<\/head>/<\/head> /g" /usr/share/webapps/librespeed/index.html + sed -i "s/<\/head>/<\/head> /g" /app/www/public/index.html + sed -i "s/<\/head>/<\/head> /g" /app/www/public/index.html printf 'Stylesheet set to %s\n' "${TP_THEME} " fi \ No newline at end of file