From c1ccf25947ad40b8793687dd0d219e56e459b1a7 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 28 Oct 2020 21:20:47 +0100 Subject: [PATCH] update notification email --- scripts/change_url | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/change_url b/scripts/change_url index 8a9902b..4df3fd5 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -103,6 +103,7 @@ then mv $nginx_conf_path /etc/nginx/conf.d/$new_domain.d/$app.conf # Store file checksum for the new config file location ynh_store_file_checksum --file="/etc/nginx/conf.d/$new_domain.d/$app.conf" + yunohost user update "${app}_notifs" --mail ${app}_notifs@{$new_domain} fi #=================================================