From a3dae83c8e09a3c9d9c4b3a52c43fc9fde6119f5 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 6 Dec 2007 17:17:04 -0500 Subject: Lots of logging improvements, keep sync from blitzing the WebUI --- cobbler/action_sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cobbler/action_sync.py') diff --git a/cobbler/action_sync.py b/cobbler/action_sync.py index 987a7f8..44f1c6b 100644 --- a/cobbler/action_sync.py +++ b/cobbler/action_sync.py @@ -269,7 +269,7 @@ class BootSync: if not x.endswith(".py"): self.rmfile(path) if os.path.isdir(path): - if not x in ["webui", "localmirror","repo_mirror","ks_mirror","kickstarts","kickstarts_sys","distros","images","systems","profiles","links","repo_profile","repo_system"] : + if not x in ["web", "webui", "localmirror","repo_mirror","ks_mirror","kickstarts","kickstarts_sys","distros","images","systems","profiles","links","repo_profile","repo_system"] : # delete directories that shouldn't exist self.rmtree(path) if x in ["kickstarts","kickstarts_sys","images","systems","distros","profiles","repo_profile","repo_system"]: -- cgit