1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pgadmin_ynh.git synced 2024-09-03 19:56:38 +02:00

fix missing email

This commit is contained in:
Salamandar 2024-01-30 13:23:29 +01:00
parent 4c627be6b2
commit 3998221bd1

View file

@ -10,6 +10,8 @@ source experimental_helper.sh
source _common.sh source _common.sh
source /usr/share/yunohost/helpers source /usr/share/yunohost/helpers
email=$(ynh_user_get_info --username $admin --key 'mail')
#================================================= #=================================================
# DOWNLOAD, CHECK AND UNPACK SOURCE # DOWNLOAD, CHECK AND UNPACK SOURCE
#================================================= #=================================================