diff options
Diffstat (limited to 'testing/uvncrepeater/uvncrepeater.pre-install')
-rw-r--r-- | testing/uvncrepeater/uvncrepeater.pre-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/uvncrepeater/uvncrepeater.pre-install b/testing/uvncrepeater/uvncrepeater.pre-install new file mode 100644 index 0000000000..2e1e6730a7 --- /dev/null +++ b/testing/uvncrepeater/uvncrepeater.pre-install @@ -0,0 +1,5 @@ +#!/bin/sh + +adduser -D -S uvncrep 2>/dev/null +exit 0 + |