appcanary / agent

The Appcanary agent
https://www.appcanary.com
GNU General Public License v3.0
47 stars 6 forks source link

init.d script doesn't check for root (wheezy) #90

Open mveytsman opened 9 years ago

mveytsman commented 9 years ago

When @charlesetc ran /etc/init.d/appcanary start without being root, appcanary silently failed to start (return code was 0).

Problem was solved by running sudo /etc/init.d/appcanary start

The init script should error when not run as root