Merge pull request #241 from OpenIPC/FlyRouter-patch-1

Update majestic-streamer.md
pull/242/head
Signor Pellegrino 2023-11-08 12:23:34 +03:00 committed by GitHub
commit 8b96bb83fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -50,9 +50,7 @@ To test the motion detection, create a simple script that echoes the parameters
``` ```
mkdir -p /usr/share/openipc mkdir -p /usr/share/openipc
echo "#!/bin/sh echo -e "#!/bin/sh\n\necho [\$0] [\$1] [\$2] [\$3] [\$4] [\$5]\n" > /usr/share/openipc/motion_detect.sh
echo [$0] [$1] [$2] [$3] [$4] [$5]
" > /usr/share/openipc/motion_detect.sh
``` ```
Enable motion detection in `majestic` configuration: Enable motion detection in `majestic` configuration: