mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
Update install
This commit is contained in:
parent
38c9953d4a
commit
d0f24ccb70
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"]]; then
|
||||
if [ $language == "fr" ]; then
|
||||
language_key="fr_FR"
|
||||
echo "French"
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue