From a525d5bb88c8b51c38be1a5294c88b0f2e7d6fe7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 9 Nov 2020 11:30:27 +0100 Subject: [PATCH] Update restore --- scripts/restore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/restore b/scripts/restore index 5c03fa7..cb3d62d 100644 --- a/scripts/restore +++ b/scripts/restore @@ -82,6 +82,9 @@ ynh_script_progression --message="Reinstalling dependencies..." --weight=7 # Define and install dependencies ynh_install_app_dependencies $pkg_dependencies +# Install Nodejs +ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version + #================================================= # RESTORE THE POSTQRESQL DATABASE #=================================================