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