diff options
Diffstat (limited to 'testing/crtmpserver/crtmpserver.pre-install')
-rw-r--r-- | testing/crtmpserver/crtmpserver.pre-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/crtmpserver/crtmpserver.pre-install b/testing/crtmpserver/crtmpserver.pre-install index 025170a2f2..643a6f8ff1 100644 --- a/testing/crtmpserver/crtmpserver.pre-install +++ b/testing/crtmpserver/crtmpserver.pre-install @@ -1,3 +1,3 @@ #!/bin/sh -adduser -S -h /var/crtmpserver -s /bin/false rtmpd 2>/dev/null +adduser -S -h /var/crtmpserver -s /bin/false -g rtmpd rtmpd 2>/dev/null exit 0 |