summaryrefslogtreecommitdiff
path: root/community/motion/rc.motion
diff options
context:
space:
mode:
Diffstat (limited to 'community/motion/rc.motion')
-rwxr-xr-xcommunity/motion/rc.motion2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/motion/rc.motion b/community/motion/rc.motion
index b6057744a..5b4c65500 100755
--- a/community/motion/rc.motion
+++ b/community/motion/rc.motion
@@ -8,7 +8,7 @@ case "$1" in
start)
stat_busy "Starting Motion"
mkdir -p /var/run/motion
- [ -z "$PID" ] && /usr/bin/motion
+ [ -z "$PID" ] && /usr/bin/motion 1>/dev/null 2>&1
if [ $? -gt 0 ]; then
stat_fail
else