diff --git a/scripts/install b/scripts/install index 8a7dba2..fbfd206 100755 --- a/scripts/install +++ b/scripts/install @@ -37,7 +37,7 @@ ynh_mysql_execute_as_root --database="$db_name" --sql="ALTER DATABASE $db_name C #================================================= # BUILD NODE DEPENDENCIES #================================================= -ynh_script_progression --message="Building with NodeJS..." --weight=20 +ynh_script_progression --message="Building with NodeJS..." --weight=10 pushd "$install_dir" ynh_use_nodejs diff --git a/scripts/upgrade b/scripts/upgrade index 478c2d6..f94c683 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -39,7 +39,7 @@ chown -R "$app:www-data" "$install_dir" #================================================= # BUILD NODE DEPENDENCIES #================================================= -ynh_script_progression --message="Install $app..." --weight=20 +ynh_script_progression --message="Install $app..." --weight=10 pushd "$install_dir" ynh_use_nodejs