mudmin/AnotherMaker

chmod has wrong mode

aporzio1 opened this issue · 3 comments

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

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....

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

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)