diff --git a/type/__unbound/gencode-remote b/type/__unbound/gencode-remote index d12a395..ba6d92b 100755 --- a/type/__unbound/gencode-remote +++ b/type/__unbound/gencode-remote @@ -11,6 +11,6 @@ cat << EOF if pgrep unbound; then service unbound reload else - service unbounb start + service unbound start fi EOF