Typo in the README
This commit is contained in:
parent
26f0792d95
commit
9318123556
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
~~~
|
||||
|
|
Loading…
Reference in a new issue