This commit is contained in:
Zhang Huangbin 2020-02-11 13:40:26 +08:00
parent 6a22afdf91
commit 9f6fa5f296
2 changed files with 2 additions and 2 deletions

View File

@ -441,7 +441,7 @@ For example, if you have custom settings for official plugin `enigma`, you
should add shell commands like below in `/opt/iredmail/custom/roundcube/custom.sh`
```
cd /opt/www/roundcubemail/plugins/engma/
cd /opt/www/roundcubemail/plugins/engima/
cp config.inc.php.dist config.inc.php
echo 'require_once "/opt/iredmail/custom/roundcube/config_enigma.inc.php";' >> config.inc.php
```

View File

@ -546,7 +546,7 @@ echo 'require_once "/opt/iredmail/custom/roundcube/config_<plugin>.in
successfully load your own custom settings and not mess it up.</p>
<p>For example, if you have custom settings for official plugin <code>enigma</code>, you
should add shell commands like below in <code>/opt/iredmail/custom/roundcube/custom.sh</code></p>
<pre><code>cd /opt/www/roundcubemail/plugins/engma/
<pre><code>cd /opt/www/roundcubemail/plugins/engima/
cp config.inc.php.dist config.inc.php
echo 'require_once &quot;/opt/iredmail/custom/roundcube/config_enigma.inc.php&quot;;' &gt;&gt; config.inc.php
</code></pre>