Use 'wget -O xxx' to download file.

This commit is contained in:
Zhang Huangbin 2019-01-14 07:45:59 +08:00
parent d5f1719606
commit f5aedacadc
4 changed files with 4 additions and 4 deletions

View File

@ -644,7 +644,7 @@ Download SQL template file used to update SQL database:
```
cd /root/
wget https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.8/iredmail.mysql
wget -O iredmail.mysql https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.8/iredmail.mysql
```
Connect to MySQL server as MySQL root user, and execute SQL commands:

View File

@ -374,7 +374,7 @@ Download SQL template file and import it:
```
cd /root/
wget https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.9/iredmail.mysql
wget -O iredmail.mysql https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.9/iredmail.mysql
mysql vmail < /root/iredmail.mysql
```

View File

@ -642,7 +642,7 @@ sasl auth. Please follow steps below to fix it.</p>
</div>
<p>Download SQL template file used to update SQL database:</p>
<pre><code>cd /root/
wget https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.8/iredmail.mysql
wget -O iredmail.mysql https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.8/iredmail.mysql
</code></pre>
<p>Connect to MySQL server as MySQL root user, and execute SQL commands:</p>

View File

@ -383,7 +383,7 @@ one you're using.</p>
</div>
<p>Download SQL template file and import it:</p>
<pre><code>cd /root/
wget https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.9/iredmail.mysql
wget -O iredmail.mysql https://bitbucket.org/zhb/iredmail/raw/default/extra/update/0.9.9/iredmail.mysql
mysql vmail &lt; /root/iredmail.mysql
</code></pre>