From 1af7436bf9b9dc22e1d97bee014cff80dd8526a9 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Sat, 19 Nov 2022 14:21:39 +0100 Subject: [PATCH] commit changes mail try debug mail --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 6f5e36f..8276cbc 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -248,8 +248,8 @@ ynh_script_progression --message="Updating a configuration file..." config="/etc/$app/config.exs" ynh_backup_if_checksum_is_different --file="$config" -#ynh_replace_string --match_string="adapter: Bamboo.SMTPAdapter," --replace_string="adapter: Swoosh.Adapters.SMTP," --target_file="$config" -#ynh_replace_string --match_string="server: \"127.0.0.1\"," --replace_string="relay: \"127.0.0.1\"," --target_file="$config" +# ynh_replace_string --match_string="adapter: Bamboo.SMTPAdapter," --replace_string="adapter: Swoosh.Adapters.SMTP," --target_file="$config" +# ynh_replace_string --match_string="server: \"127.0.0.1\"," --replace_string="relay: \"127.0.0.1\"," --target_file="$config" ynh_store_file_checksum --file="$config" chmod 400 "$config"