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:
parent
dd07b31260
commit
e148d0e550
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue