mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-01 17:01:34 +01:00
7 lines
196 B
Bash
7 lines
196 B
Bash
#!/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
|