From d37cdb1bf80a97ea55c18d566fb3154b75d228a0 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 13 Jan 2020 21:12:02 +0100 Subject: [PATCH] hosts.cgi: Hosts can now be imported when reloading unbound Signed-off-by: Michael Tremer --- html/cgi-bin/hosts.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/hosts.cgi b/html/cgi-bin/hosts.cgi index 973c480b35..1c9df5a628 100644 --- a/html/cgi-bin/hosts.cgi +++ b/html/cgi-bin/hosts.cgi @@ -488,5 +488,5 @@ sub SortDataFile # sub BuildConfiguration { system '/usr/local/bin/rebuildhosts'; - system '/usr/local/bin/unboundctrl restart &>/dev/null'; + system '/usr/local/bin/unboundctrl reload &>/dev/null'; } -- 2.39.2