blob: a6e69426fe7357daabddec8f662975f83bbecddd (
plain)
1
2
3
4
5
6
|
#!/bin/sh
printf " *\n * The default jellyfin configuration does not enable the web ui.\n"
printf " * Remove the '--nowebclient' option from /etc/conf.d/jellyfin to enable it.\n *\n"
exit 0
|