mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
Update upgrade
This commit is contained in:
parent
6a4735950b
commit
c213a16507
1 changed files with 2 additions and 2 deletions
|
@ -72,9 +72,9 @@ then
|
|||
ynh_script_progression --message="Migrating default language variable"
|
||||
if [ "$language" == "fr" ]
|
||||
then
|
||||
$language = "fr_FR"
|
||||
language = "fr_FR"
|
||||
else
|
||||
$language = "en_US"
|
||||
language = "en_US"
|
||||
fi
|
||||
else
|
||||
ynh_script_progression --message="No default language migration to be done"
|
||||
|
|
Loading…
Reference in a new issue