remove legacy admin_mail

This commit is contained in:
Thomas 2023-11-13 13:55:06 +01:00 committed by GitHub
parent 0f66f8c7ba
commit 6a09312333
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View file

@ -9,8 +9,6 @@
source _common.sh
source /usr/share/yunohost/helpers
admin_mail=$(ynh_user_get_info --username=$admin --key=username)
key=$(ynh_string_random --length=32)
#=================================================

View file

@ -13,8 +13,6 @@ source /usr/share/yunohost/helpers
# LOAD SETTINGS
#=================================================
admin_mail=$(ynh_user_get_info --username=$admin --key=username)
#=================================================
# CHECK VERSION
#=================================================