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