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

fix variables

This commit is contained in:
Thomas 2024-06-25 10:58:10 +02:00 committed by GitHub
parent 0e88a2e954
commit 8b9caa61d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,9 +8,9 @@ source /usr/share/yunohost/helpers
#=================================================
ynh_script_progression "Ensuring downward compatibility..."
ynh_app_setting_set_default --key=weather_api_provider --value=$weather_provider
ynh_app_setting_set_default --key=weather_provider --value=$weather_api_provider
ynh_app_setting_set_default --key=weather_api_key --value=$weather_key
ynh_app_setting_set_default --key=weather_key --value=$weather_api_key
#=================================================
# LOAD SETTINGS