amonapp / amonagent

Single binary agent for Linux
https://amon.cx
MIT License
48 stars 21 forks source link

Wrong command at documentation in bash script #23

Open amitripshtos opened 6 years ago

amitripshtos commented 6 years ago

Describe the problem in the file: https://github.com/amonapp/amonagent/blob/966ce92533d05851b9b880be70f069d77d80438b/packaging/postinst.sh

at line 24, it should be "sudo systemctl start amonagent.service" instead "sudo systemctl start amonagent.service"

I know it's a only a text , but it can confuse people :) Thanks!