Skip to content

Instantly share code, notes, and snippets.

@quentinchap
Last active January 2, 2020 13:31
Show Gist options
  • Select an option

  • Save quentinchap/e7aacd9d07062661823ad448ba749e38 to your computer and use it in GitHub Desktop.

Select an option

Save quentinchap/e7aacd9d07062661823ad448ba749e38 to your computer and use it in GitHub Desktop.
mkdir /home/pi/image-cam
sudo chgrp motion /home/pi/image-cam
chmod g+rwx /home/pi/image-cam
@jeanrobertjs

Copy link
Copy Markdown

I think you can replace the last line from:

chmod g+ rwx /home/pi/image-cam

to:

chmod g+rwx /home/pi/image-cam

@quentinchap

Copy link
Copy Markdown
Author

You are right. It's correct now.
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment