From 63c6aeb30cdef5ad2b22919563d9128e7baa5b0f Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Thu, 30 May 2013 17:41:42 +0300 Subject: [PATCH] Update yunohost_tools.py --- yunohost_tools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yunohost_tools.py b/yunohost_tools.py index d8790556..79e29fad 100644 --- a/yunohost_tools.py +++ b/yunohost_tools.py @@ -129,8 +129,8 @@ def tools_maindomain(old_domain, new_domain): tmp = '/usr/share/yunohost/yunohost-config' 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/template/admin.fixed.conf /etc/yunohost/apache/domains/' + new_domain + '.d/admin.fixed.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/templates/admin.fixed.conf /etc/yunohost/apache/domains/' + new_domain + '.d/admin.fixed.conf', '/usr/share/lemonldap-ng/bin/lmYnhMoulinette', '/etc/init.d/hostname.sh', 'echo "01" > '+ tmp +'/ssl/yunoCA/serial',