From 38da23d3bdf179319993e63781742438f969f44c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 15 Oct 2023 13:40:58 +0200 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/_common.sh b/scripts/_common.sh index 49e9b21..b201f9b 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -9,6 +9,7 @@ nodejs_version=20 n8n_version=1.9.3 timezone="$(cat /etc/timezone)" +email=$(ynh_user_get_info --username=$admin --key=mail) #================================================= # PERSONAL HELPERS