mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
Correct test
This commit is contained in:
parent
00e50a1ff7
commit
4b8591688e
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ is_public=$YNH_APP_ARG_IS_PUBLIC
|
|||
|
||||
language=$YNH_APP_ARG_LANGUAGE
|
||||
|
||||
if [["$language" == "fr"]]
|
||||
if [["$language" = "fr"]]
|
||||
then
|
||||
language_key="fr_FR"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue