From e216126900dac372fc1f5f506420ad7b09ceea37 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Sun, 14 Jul 2019 13:37:46 +0200 Subject: [PATCH] Fix dns variable --- wo/cli/plugins/site.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/wo/cli/plugins/site.py b/wo/cli/plugins/site.py index 492a646..8d1f69f 100644 --- a/wo/cli/plugins/site.py +++ b/wo/cli/plugins/site.py @@ -1210,11 +1210,6 @@ class WOSiteUpdateController(CementBaseController): data['basic'] = False cache = 'wpredis' - if pargs.dns == "do": - dns_cf = False - else: - dns_cf = True - if (php73 is old_php73) and (stype == oldsitetype and cache == oldcachetype): return 1