mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
Warning
This commit is contained in:
parent
c55b27e8a4
commit
ebe8eafc35
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue