Fix incorrect tar argument.

This commit is contained in:
Zhang Huangbin 2020-04-02 11:53:25 +08:00
parent 4b508b8f95
commit fc4953b7df
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ supported by iRedMail.
```
# cd /root
# tar zjf iRedAPD-3.5.tar.gz
# tar zxf iRedAPD-3.5.tar.gz
# cd iRedAPD-3.5/tools/
# bash upgrade_iredapd.sh
```

View File

@ -50,7 +50,7 @@ upgrading from iRedAPD-1.6.0 or earlier releases requires MySQL root username
and password, please get them before you run upgrade script.</p>
</div>
<pre><code># cd /root
# tar zjf iRedAPD-3.5.tar.gz
# tar zxf iRedAPD-3.5.tar.gz
# cd iRedAPD-3.5/tools/
# bash upgrade_iredapd.sh
</code></pre>