forked from ungleich-public/cdist-contrib
__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
|
if pgrep unbound; then
|
||||||
service unbound reload
|
service unbound reload
|
||||||
else
|
else
|
||||||
service unbounb start
|
service unbound start
|
||||||
fi
|
fi
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue