From 3fa22b2e5ef8c627e02d264a1603bb7301d48b75 Mon Sep 17 00:00:00 2001 From: Benoit Mortier <benoit.mortier@opensides.be> Date: Tue, 27 Mar 2012 17:13:56 +0200 Subject: [PATCH] Fixes: #725 changing the sentence at the end of setup of fusiondirectory --- setup/setup_finish.tpl | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/setup/setup_finish.tpl b/setup/setup_finish.tpl index c610b3e40..3bd5c27ec 100644 --- a/setup/setup_finish.tpl +++ b/setup/setup_finish.tpl @@ -5,25 +5,7 @@ <p> {$msg2} </p> - - {if $webgroup == ""} -{t}Depending on the user name your webserver is running on:{/t} -<tt> -<pre> chown root:www-data {$CONFIG_DIR}/{$CONFIG_FILE} - chmod 640 {$CONFIG_DIR}/{$CONFIG_FILE} - -or - - chown root:apache {$CONFIG_DIR}/{$CONFIG_FILE} - chmod 640 {$CONFIG_DIR}/{$CONFIG_FILE} -</pre> -{else} -<pre> - chown root:{$webgroup} {$CONFIG_DIR}/{$CONFIG_FILE} - chmod 640 {$CONFIG_DIR}/{$CONFIG_FILE} -</pre> -{/if} - </tt> + {t}Run <tt>fusiondirectory-setup --check-config</tt> to put the correct rights on the fusiondirectory.conf file.{/t} <p> <input type='submit' name='getconf' value='{t}Download configuration{/t}'> </p> -- GitLab