summaryrefslogtreecommitdiffstats
path: root/testing/emby/emby.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/emby/emby.pre-install')
-rw-r--r--testing/emby/emby.pre-install4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/emby/emby.pre-install b/testing/emby/emby.pre-install
index b3431b26049..cfe59652f62 100644
--- a/testing/emby/emby.pre-install
+++ b/testing/emby/emby.pre-install
@@ -1,5 +1,5 @@
#!/bin/sh
-addgroup emby 2>/dev/null
-adduser -D -h /var/lib/emby -s /sbin/nologin -g "Emby media server" \
+addgroup -S emby 2>/dev/null
+adduser -S -D -h /var/lib/emby -s /sbin/nologin -g "Emby media server" \
-G emby emby 2>/dev/null
exit 0