mudmin / AnotherMaker

This is where I will store code snippets for AnotherMaker Videos
231 stars 63 forks source link

chmod has wrong mode #2

Open aporzio1 opened 3 years ago

aporzio1 commented 3 years ago

In the guide you have "Make script executable (chmod x+ /usr/local/bin/opencanary.sh)" but it should be "(chmod +x /usr/local/bin/opencanary.sh)"

Nyrup commented 3 years ago

In the guide you have "Make script executable (chmod x+ /usr/local/bin/opencanary.sh)" but it should be "(chmod +x /usr/local/bin/opencanary.sh)"

I noticed that as well. Did you manage to get it auto-started at boot? I fail this last part but everything seems to work fine if I start the canary manually....

mbuhrley commented 3 years ago

Yes, simple fix on the chmod issue +x but I can't get auto-start working according to those instructions either. Works fine with manual start.

Nyrup commented 3 years ago

Yes, simple fix on the chmod issue +x but I can't get auto-start working according to those instructions either. Works fine with manual start.

This guide worked for me using Raspberry PI OS Desktop version (including the auto start service)