1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/outline_ynh.git synced 2024-09-03 19:56:12 +02:00
This commit is contained in:
Limezy 2024-02-14 16:08:32 +07:00
parent c55b27e8a4
commit ebe8eafc35
2 changed files with 2 additions and 2 deletions

View file

@ -118,7 +118,7 @@ yunohost service add $app --description="Outline server" --log="/var/log/$app/$a
#================================================= #=================================================
# BUILD YARN DEPENDENCIES # BUILD YARN DEPENDENCIES
#================================================= #=================================================
ynh_script_progression --message="Building $app" --weight=18 ynh_script_progression --message="Building $app. This can be very long, be patient !" --weight=18
pushd "$install_dir" pushd "$install_dir"
ynh_use_nodejs ynh_use_nodejs

View file

@ -77,7 +77,7 @@ ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$NODEJS_VERSION
#================================================= #=================================================
# UPGRADE YARN DEPENDENCIES # UPGRADE YARN DEPENDENCIES
#================================================= #=================================================
ynh_script_progression --message="Building $app" --weight=10 ynh_script_progression --message="Building $app. This can be very long, be patient !" --weight=10
pushd "$install_dir" pushd "$install_dir"
ynh_use_nodejs ynh_use_nodejs