Update yunohost_tools.py

This commit is contained in:
Alexis Gavoty 2013-05-30 17:41:42 +03:00
parent 241c2f846b
commit 63c6aeb30c

View file

@ -130,7 +130,7 @@ def tools_maindomain(old_domain, new_domain):
command_list = [ command_list = [
'cp /etc/yunohost/apache/templates/sso.fixed.conf /etc/yunohost/apache/domains/' + new_domain + '.d/sso.fixed.conf', # add SSO apache conf dir to new domain conf 'cp /etc/yunohost/apache/templates/sso.fixed.conf /etc/yunohost/apache/domains/' + new_domain + '.d/sso.fixed.conf', # add SSO apache conf dir to new domain conf
'cp /etc/yunohost/apache/template/admin.fixed.conf /etc/yunohost/apache/domains/' + new_domain + '.d/admin.fixed.conf', 'cp /etc/yunohost/apache/templates/admin.fixed.conf /etc/yunohost/apache/domains/' + new_domain + '.d/admin.fixed.conf',
'/usr/share/lemonldap-ng/bin/lmYnhMoulinette', '/usr/share/lemonldap-ng/bin/lmYnhMoulinette',
'/etc/init.d/hostname.sh', '/etc/init.d/hostname.sh',
'echo "01" > '+ tmp +'/ssl/yunoCA/serial', 'echo "01" > '+ tmp +'/ssl/yunoCA/serial',