From ec958e166296f59f562f6d4af1b90b739a1f143a Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Thu, 28 Feb 2013 11:24:48 +0100 Subject: [PATCH] Update yunohost_tools.py --- yunohost_tools.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/yunohost_tools.py b/yunohost_tools.py index 94c5b43c..dcbbe344 100644 --- a/yunohost_tools.py +++ b/yunohost_tools.py @@ -93,9 +93,7 @@ def tools_maindomain(old_domain, new_domain): '/etc/hosts', ] - config_dir = [ - '/etc/apache2/sites-available', - ] + config_dir = [] for dir in config_dir: for file in os.listdir(dir):