aports/community/jellyfin-web/jellyfin-web.post-install
2022-09-28 05:02:30 +00:00

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