From 4db9a1a4020f64e5cee4dad961ba2656cba95ea9 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 5 Feb 2019 14:40:35 +0100 Subject: [PATCH] Fix startup and restore --- scripts/install | 2 +- scripts/restore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index c347c22..c7d337d 100755 --- a/scripts/install +++ b/scripts/install @@ -154,4 +154,4 @@ systemctl reload nginx # START SERVICE #================================================= -ynh_systemd_action --action=start --service_name=$app --log_path="systemd" --line_match="Started Wekan" +ynh_systemd_action --action=start --service_name=$app --log_path="systemd" --line_match="Finishing add-custom-html-before-body-end migration" diff --git a/scripts/restore b/scripts/restore index 3857236..a532274 100644 --- a/scripts/restore +++ b/scripts/restore @@ -53,7 +53,7 @@ ynh_system_user_create $app "$final_path" #================================================= # INSTALL DEPENDENCIES #================================================= -ynh_install_nodejs 4.8.7 +ynh_install_nodejs 8.9.3 # Install mongodb ynh_install_app_dependencies "mongodb mongodb-server"