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 17:47:03 +07:00
parent 9252495ce5
commit eaef4122df

View file

@ -30,7 +30,7 @@ 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"
else else
@ -148,7 +148,7 @@ ynh_add_nginx_config
#================================================= #=================================================
# BUILD YARN DEPENDENCIES # BUILD YARN DEPENDENCIES
#================================================= #=================================================
ynh_script_progression --message="Building Yarn dependencies..." ynh_script_progression --message="Building Yarn dependencies... This can be very long, be patient !"
pushd "$final_path" pushd "$final_path"
ynh_use_nodejs ynh_use_nodejs