From 8040d269b1634100bc45662021f9a3c2c4ae84c4 Mon Sep 17 00:00:00 2001 From: nemsia Date: Mon, 8 May 2017 00:07:02 +0200 Subject: [PATCH] [enh] Use the email address from admin user --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 45e89a9..6e80c51 100644 --- a/scripts/install +++ b/scripts/install @@ -15,6 +15,7 @@ TRAP_ON # Active trap to stop the script if an error is detected. domain=$YNH_APP_ARG_DOMAIN admin_mastodon=$YNH_APP_ARG_ADMIN +admin_mastodon_mail=$(ynh_user_get_info $admin_mastodon 'mail') admin_pass=$YNH_APP_ARG_PASSWD language=$YNH_APP_ARG_LANGUAGE @@ -190,7 +191,7 @@ sudo su - $app <