aboutsummaryrefslogtreecommitdiffstats
path: root/testing/motion/motion.pre-install
diff options
context:
space:
mode:
Diffstat (limited to 'testing/motion/motion.pre-install')
-rw-r--r--testing/motion/motion.pre-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/motion/motion.pre-install b/testing/motion/motion.pre-install
index de22bc1913..f18364eafe 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 -D -h /home/motion -s /bin/false -G motion -g motion motion 2>/dev/null
+adduser -S -D -h /var/lib/motion -s /bin/false -G motion -g motion motion 2>/dev/null
addgroup motion video 2>/dev/null
exit 0