apkbuilds @ 3f8ef10024a2c5b7d94ee91c7b481a742bfcd156

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