From ebe8eafc359ddbdcef492a03ff663d8b4f973838 Mon Sep 17 00:00:00 2001 From: Limezy Date: Wed, 14 Feb 2024 16:08:32 +0700 Subject: [PATCH] Warning --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index a1410a3..60133ad 100755 --- a/scripts/install +++ b/scripts/install @@ -118,7 +118,7 @@ yunohost service add $app --description="Outline server" --log="/var/log/$app/$a #================================================= # 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" ynh_use_nodejs diff --git a/scripts/upgrade b/scripts/upgrade index 92d87b1..5db2220 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -77,7 +77,7 @@ ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$NODEJS_VERSION #================================================= # 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" ynh_use_nodejs