1
0
Fork 0
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:
Limezy 2021-11-09 18:15:19 +07:00
parent 38c9953d4a
commit d0f24ccb70

View file

@ -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