diff options
-rw-r--r-- | config/unbound/unbound.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/unbound/unbound.inc b/config/unbound/unbound.inc index 9cc59cc7..fc72dde7 100644 --- a/config/unbound/unbound.inc +++ b/config/unbound/unbound.inc @@ -593,7 +593,6 @@ function unbound_uninstall() { conf_mount_rw(); - unbound_control("dump_cache"); unbound_control("termstop"); // Remove pkg config directory and startup file mwexec("rm -rf /usr/local/etc/unbound"); @@ -754,4 +753,4 @@ function unbound_add_domain_overrides($pvt=false) { } } -?>
\ No newline at end of file +?> |