1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fittrackee_ynh.git synced 2024-09-03 18:36:16 +02:00

fix commit

This commit is contained in:
Thomas 2023-12-04 20:18:22 +01:00 committed by GitHub
parent 41fc572227
commit 501af4cf29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,9 @@ source /usr/share/yunohost/helpers
# LOAD SETTINGS
#=================================================
admin=$(ynh_user_get_info --username=$admin --key=username)
admin_mail=$(ynh_user_get_info --username=$admin --key=mail)
weather_provider=$(ynh_app_setting_get --app=$app --key=$weather_provider)
weather_key=$(ynh_app_setting_get --app=$app --key=$weather_key)