From 7614552436c4f618688bb2ecf8ffae6447a92174 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Mon, 8 Aug 2022 18:17:23 +0200 Subject: [PATCH] fix missing email --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index 9635462..ce41bfd 100755 --- a/scripts/install +++ b/scripts/install @@ -31,6 +31,8 @@ password=$YNH_APP_ARG_PASSWORD app=$YNH_APP_INSTANCE_NAME +email=$(ynh_user_get_info --username=$admin --key="mail") + #================================================= # CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS #=================================================