__unbound: fix typo in gencode-remote / service start

This commit is contained in:
fnux 2020-07-27 14:53:45 +02:00
commit 7eecc99c73

View file

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