From 23d42c1e91e9673262d14b76cb151d56763089b0 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Wed, 17 Jun 2020 18:19:04 +0800 Subject: [PATCH] Fix incorrect file name in upgrade tutorial. --- en_US/upgrade/0-upgrade.iredmail.1.0-1.1.md | 2 +- html/upgrade.iredmail.1.0-1.1.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en_US/upgrade/0-upgrade.iredmail.1.0-1.1.md b/en_US/upgrade/0-upgrade.iredmail.1.0-1.1.md index d0abd7f6..6d84bfe0 100644 --- a/en_US/upgrade/0-upgrade.iredmail.1.0-1.1.md +++ b/en_US/upgrade/0-upgrade.iredmail.1.0-1.1.md @@ -128,7 +128,7 @@ system: ``` cd /var/vmail/backup/ wget -O backup_openldap.sh https://github.com/iredmail/iRedMail/raw/1.1/tools/backup_openldap.sh -wget -O backup_openldap.sh https://github.com/iredmail/iRedMail/raw/1.1/tools/backup_mysql.sh +wget -O backup_mysql.sh https://github.com/iredmail/iRedMail/raw/1.1/tools/backup_mysql.sh chown root backup_openldap.sh backup_mysql.sh chmod 0500 backup_openldap.sh backup_mysql.sh ``` diff --git a/html/upgrade.iredmail.1.0-1.1.html b/html/upgrade.iredmail.1.0-1.1.html index ebb2ce00..d98a375b 100644 --- a/html/upgrade.iredmail.1.0-1.1.html +++ b/html/upgrade.iredmail.1.0-1.1.html @@ -151,7 +151,7 @@ iRedMail-1.1. Please download the latest version and override the one on your system:

cd /var/vmail/backup/
 wget -O backup_openldap.sh https://github.com/iredmail/iRedMail/raw/1.1/tools/backup_openldap.sh
-wget -O backup_openldap.sh https://github.com/iredmail/iRedMail/raw/1.1/tools/backup_mysql.sh
+wget -O backup_mysql.sh https://github.com/iredmail/iRedMail/raw/1.1/tools/backup_mysql.sh
 chown root backup_openldap.sh backup_mysql.sh
 chmod 0500 backup_openldap.sh backup_mysql.sh