From 5f721264207c474be11ce350ff89e076c1b93969 Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Sun, 24 Jun 2018 16:50:52 +0200 Subject: [PATCH] [fix] ftp human name error --- install/upgrades/3.5.0.1.sql | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install/upgrades/3.5.0.1.sql b/install/upgrades/3.5.0.1.sql index 482573d8..f5da9c0f 100644 --- a/install/upgrades/3.5.0.1.sql +++ b/install/upgrades/3.5.0.1.sql @@ -47,16 +47,16 @@ UPDATE `sub_domaines` SET `web_action` = 'UPDATE'; -- change some variable names : UPDATE variable - SET name="fqdn_dovecot",comment="FQDN name for humans for pop/imap services" + SET name="fqdn_dovecot",comment="FQDN name for humans for pop/imap services. If you change it, launch reload-certs" WHERE name="mail_human_imap"; UPDATE variable - SET name="fqdn_postfix",comment="FQDN name for humans for smtp services" + SET name="fqdn_postfix",comment="FQDN name for humans for smtp services. If you change it, launch reload-certs" WHERE name="mail_human_smtp"; UPDATE variable - SET name="fqdn_proftpd",comment="FQDN name for humans for ftp services" - WHERE name="mail_human_ftp"; + SET name="fqdn_proftpd",comment="FQDN name for humans for ftp services. If you change it, launch reload-certs" + WHERE name="ftp_human_name"; DELETE FROM variable WHERE name IN ( 'mail_human_imaps','mail_human_pop3','mail_human_pop3s',