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

fix upgrade

This commit is contained in:
yalh76 2020-02-20 20:01:00 +01:00
parent 10e8e51e41
commit 76cf2085f7

View file

@ -96,7 +96,7 @@ if ynh_version_gt "1.07~ynh2" "${previous_version}" ; then
yunohost service add mongodb --log "/var/log/mongodb/mongodb.log"
fi
if ynh_version_gt "3.55~ynh1" "${previous_version}" ; then
if ynh_version_gt "2.56~ynh1" "${previous_version}" ; then
# Install dependencies
ynh_remove_nodejs
ynh_install_nodejs --nodejs_version="8.16.2"