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
950a9a6c4a
commit
38c9953d4a
1 changed files with 3 additions and 2 deletions
|
@ -30,11 +30,12 @@ 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"
|
||||||
|
echo "French"
|
||||||
else
|
else
|
||||||
language_key="en_US"
|
language_key="en_US"
|
||||||
|
echo "English"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
secret_key=`openssl rand -hex 32`
|
secret_key=`openssl rand -hex 32`
|
||||||
|
|
Loading…
Reference in a new issue