Update yunohost_tools.py

This commit is contained in:
Alexis Gavoty 2013-02-28 11:24:48 +01:00
parent 30a0c9e186
commit ec958e1662

View file

@ -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):