Code

Finished layout moving. Closes #41
[gosa.git] / setup / setup_welcome.tpl
index e73841b6d59c395fb9797763c15a860a6c1ec716..7b1d939e02bc114b87f468119ca5e15533793987 100644 (file)
        <b>{t}To continue...{/t}</b>
        </p>
        <p>
-       {t}For security reasons you need to authenticate for the installation by creating the file '/tmp/gosa.aut', containing the current session ID on the servers local filesystem. This can be done by executing the following command:{/t}
+       {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}