1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/umami_ynh.git synced 2024-10-01 13:34:50 +02:00

Update upgrade

This commit is contained in:
Éric Gaspar 2023-08-15 13:44:03 +02:00
parent dd07b31260
commit e148d0e550

View file

@ -23,7 +23,7 @@ upgrade_type=$(ynh_check_app_version_changed)
ynh_script_progression --message="Ensuring downward compatibility..." --weight=1 ynh_script_progression --message="Ensuring downward compatibility..." --weight=1
# If language doesn't exist, create it # If language doesn't exist, create it
if [ -z "$language" ]; then if [ -z "${language:-}" ]; then
language="en-US" language="en-US"
ynh_app_setting_set --app=$app --key=language --value=$language ynh_app_setting_set --app=$app --key=language --value=$language
fi fi