Browse Source

Plex dockermod grep fix

pull/382/head
GilbN 2 years ago
parent
commit
ec2ccbf8c8
  1. 2
      docker-mods/plex/root/etc/cont-init.d/98-themepark

2
docker-mods/plex/root/etc/cont-init.d/98-themepark

@ -45,7 +45,7 @@ if [[ -z ${TP_THEME} ]]; then
fi
# Adding stylesheets
if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"; then
if ! grep -q "${TP_DOMAIN}/css/base" "${APP_FILEPATH}"/usr/lib/plexmediaserver/Resources/Plug-ins-*/WebClient.bundle/Contents/Resources/index.html; then
echo '---------------------------'
echo '| Adding the stylesheet |'
echo '---------------------------'

Loading…
Cancel
Save