diff options
Diffstat (limited to 'testing/motion/motion.pre-install')
-rw-r--r-- | testing/motion/motion.pre-install | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/motion/motion.pre-install b/testing/motion/motion.pre-install index 7e66ab0e20..91a4c34c01 100644 --- a/testing/motion/motion.pre-install +++ b/testing/motion/motion.pre-install @@ -1,6 +1,7 @@ #!/bin/sh + addgroup -S motion 2>/dev/null adduser -S -h /home/motion -s /bin/false -G motion -D -g motion motion 2>/dev/null -addgroup motion video -exit 0 +addgroup motion video 2>/dev/null +exit 0 |