1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00

Fix startup and restore

This commit is contained in:
yalh76 2019-02-05 14:40:35 +01:00
parent bce9a9431b
commit 4db9a1a402
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"