Fix LED paths for more recent pi-image operating systems. FossilOrigin-Name: 95bda0bf25a4c8760c07217545106e4a5116a2a6e01463d5189551eb83bfa0f7
5 lines
74 B
Bash
Executable file
5 lines
74 B
Bash
Executable file
#!/bin/sh
|
|
|
|
exec 2>&1
|
|
exec /usr/bin/motion -c /service/motion/motion.conf
|
|
|