From 2172069cfcc4e5caff8eeb58834e2d197cc070f7 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sat, 24 Apr 2021 13:22:07 +0200 Subject: [PATCH] fix mail address --- scripts/change_url | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/change_url b/scripts/change_url index d4b8f51..9c312a4 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -103,7 +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} --remove-mailalias ${app}@${old_domain} --add-mailalias ${app}@${new_domain} + yunohost user update "${app}_notifs" --mail ${app}_notifs@${$new_domain} --remove-mailalias ${app}@${old_domain} --add-mailalias ${app}@${new_domain} fi #=================================================