__unbound: fix typo in gencode-remote / service start

This commit is contained in:
fnux 2020-07-27 14:53:45 +02:00
parent 1ff5ad8534
commit 7eecc99c73
1 changed files with 1 additions and 1 deletions

View File

@ -11,6 +11,6 @@ cat << EOF
if pgrep unbound; then
service unbound reload
else
service unbounb start
service unbound start
fi
EOF