mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
Update upgrade
This commit is contained in:
parent
288552b747
commit
32c65d50d3
1 changed files with 3 additions and 3 deletions
|
@ -15,9 +15,9 @@ source /usr/share/yunohost/helpers
|
|||
|
||||
admin=$(ynh_user_get_info --username=$admin --key=username)
|
||||
admin_mail=$(ynh_user_get_info --username=$admin --key=mail)
|
||||
mail_user=$app
|
||||
mail_password=$mail_pwd
|
||||
mail_domain=$domain
|
||||
mail_user="$app"
|
||||
mail_password="$mail_pwd"
|
||||
mail_domain="$domain"
|
||||
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue