aboutsummaryrefslogtreecommitdiffstats
path: root/testing/jellyfin/jellyfin.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/jellyfin/jellyfin.pre-install')
-rw-r--r--testing/jellyfin/jellyfin.pre-install9
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/jellyfin/jellyfin.pre-install b/testing/jellyfin/jellyfin.pre-install
deleted file mode 100644
index 6e647160deb..00000000000
--- a/testing/jellyfin/jellyfin.pre-install
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-user=jellyfin
-group=jellyfin
-
-addgroup -S $group 2>/dev/null
-adduser -S -D -h /var/lib/$user -s /sbin/nologin -G $group -g $user $user 2>/dev/null
-
-exit 0