diff options
Diffstat (limited to 'apks/jellyfin-web/jellyfin-web.post-install')
-rw-r--r-- | apks/jellyfin-web/jellyfin-web.post-install | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/apks/jellyfin-web/jellyfin-web.post-install b/apks/jellyfin-web/jellyfin-web.post-install deleted file mode 100644 index a6e6942..0000000 --- a/apks/jellyfin-web/jellyfin-web.post-install +++ /dev/null @@ -1,6 +0,0 @@ -#!/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 |