diff --git a/setup/setup_finish.tpl b/setup/setup_finish.tpl
index c610b3e401dadce0f3e5f55b84c4f346e016fe4f..3bd5c27ecfa80107cef3b0a74684baaf465f27c4 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>