mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
Update scripts/upgrade
Co-authored-by: Kayou <pierre@kayou.io>
This commit is contained in:
parent
e56f308b4e
commit
ad1ebec045
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ if ! [[ "$port" ]]; then
|
|||
fi
|
||||
|
||||
# Save the language used if not present
|
||||
if ! [[ "$language" ]]; then
|
||||
if [ -z "$language" ]; then
|
||||
language="en"
|
||||
ynh_app_setting_set --app=$app --key=language --value=$language
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue