GilbN
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
emby/root/etc/cont-init.d/98-themepark
|
|
@ -32,7 +32,7 @@ if ! grep -q "${TP_DOMAIN}" /app/emby/dashboard-ui/index.html; then |
|
|
|
echo '---------------------------' |
|
|
|
echo '| Adding the stylesheet |' |
|
|
|
echo '---------------------------' |
|
|
|
sed -i "s/<\/body>/<link rel='stylesheet' href='https:\/\/${TP_DOMAIN}\/CSS\/themes\/jellyfin\/${TP_THEME}.css'><\/body> /g" /app/emby/dashboard-ui/index.html |
|
|
|
sed -i "s/<\/body>/<link rel='stylesheet' href='https:\/\/${TP_DOMAIN}\/CSS\/themes\/emby\/${TP_THEME}.css'><\/body> /g" /app/emby/dashboard-ui/index.html |
|
|
|
printf 'Stylesheet set to %s\n' "${TP_THEME} |
|
|
|
" |
|
|
|
fi |
|
|
|
fi |
|
|
|