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 f4ff0d942f..7e66ab0e20 100644 --- a/testing/motion/motion.pre-install +++ b/testing/motion/motion.pre-install @@ -1,6 +1,6 @@ #!/bin/sh addgroup -S motion 2>/dev/null -adduser -S -h /home/motion -s /bin/false -G motion -D 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 |