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