1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/outline_ynh.git synced 2025-10-08 16:08:36 +02:00

Update install

This commit is contained in:
Limezy 2021-11-09 18:08:50 +07:00
commit 950a9a6c4a

View file

@ -30,7 +30,7 @@ is_public=$YNH_APP_ARG_IS_PUBLIC
language=$YNH_APP_ARG_LANGUAGE language=$YNH_APP_ARG_LANGUAGE
if [["$language" = "fr"]] if [["$language" == "fr"]];
then then
language_key="fr_FR" language_key="fr_FR"
else else