Code

Style updates
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 Apr 2007 06:27:52 +0000 (06:27 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 Apr 2007 06:27:52 +0000 (06:27 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6147 594d385d-05f5-0310-b6e9-bd551577e9d8

setup/setup_finish.tpl
setup/setup_welcome.tpl

index 681505e9e70f9512ed9505d4b77ee2783e6bbf01..87b6732d378c6d61156ecccc01b1b191e66e5b01 100644 (file)
@@ -6,8 +6,8 @@
                {$msg2}
        </p>
        <tt>
-       chown root.{$webgroup} {$CONFIG_DIR}/{$CONFIG_FILE}<br>
-       chmod 640 {$CONFIG_DIR}/{$CONFIG_FILE}
+       chown root.{$webgroup} {$CONFIG_DIR}/{$CONFIG_FILE}<br>
+       chmod 640 {$CONFIG_DIR}/{$CONFIG_FILE}
        </tt>
        <p>     
                <input type='submit' name='getconf' value='{t}Download configuration{/t}'>
index ea5ed236fcdea4c1aedf3f55f4b7f6d565eafb33..7b1d939e02bc114b87f468119ca5e15533793987 100644 (file)
@@ -30,7 +30,7 @@
        {t}For security reasons you need to authenticate for the installation by creating the file '/tmp/gosa.auth', containing the current session ID on the servers local filesystem. This can be done by executing the following command:{/t}
        </p>
        <tt>
-       echo -n <b>{$auth_id}</b> &gt; /tmp/gosa.auth
+       echo -n <b>{$auth_id}</b> &gt; /tmp/gosa.auth
        </tt>
        <p>
        {t}Click the 'Continue' button when you've finished.{/t}