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:10:44 +07:00
parent 950a9a6c4a
commit 38c9953d4a

View file

@ -30,11 +30,12 @@ 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
language_key="en_US"
echo "English"
fi
secret_key=`openssl rand -hex 32`