From 38c2d93b0720f754cec75368807867e4637223d2 Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Thu, 14 Jan 2021 19:41:54 +0100 Subject: [PATCH] update name --- librespeed/root/etc/cont-init.d/98-themepark | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librespeed/root/etc/cont-init.d/98-themepark b/librespeed/root/etc/cont-init.d/98-themepark index d6de9191..2bf2acad 100644 --- a/librespeed/root/etc/cont-init.d/98-themepark +++ b/librespeed/root/etc/cont-init.d/98-themepark @@ -25,7 +25,7 @@ if ! grep -q "${TP_DOMAIN}" /usr/share/webapps/librespeed/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 printf 'Stylesheet set to %s\n' "${TP_THEME} " fi \ No newline at end of file