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:
parent
0e88a2e954
commit
8b9caa61d8
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue