__unbound: fix typo in gencode-remote / service start
This commit is contained in:
parent
1ff5ad8534
commit
7eecc99c73
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@ cat << EOF
|
|||
if pgrep unbound; then
|
||||
service unbound reload
|
||||
else
|
||||
service unbounb start
|
||||
service unbound start
|
||||
fi
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue