Typo in the README

master
Andy Teijelo Pérez 2017-09-05 15:39:54 -04:00
parent 26f0792d95
commit 9318123556
1 changed files with 3 additions and 3 deletions

View File

@ -8,13 +8,13 @@ For security reasons Smallnet delegates the task of reloading the configuration
To compile it, run:
~~~
g++ -o sendhup sendhup
~~~bash
g++ -o sendhup sendhup.cpp
~~~
And make it owned by root and setuid like this:
~~~
~~~bash
sudo chown root: sendhup
sudo chmod 4755 sendhup
~~~