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:
parent
10e8e51e41
commit
76cf2085f7
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ if ynh_version_gt "1.07~ynh2" "${previous_version}" ; then
|
||||||
yunohost service add mongodb --log "/var/log/mongodb/mongodb.log"
|
yunohost service add mongodb --log "/var/log/mongodb/mongodb.log"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ynh_version_gt "3.55~ynh1" "${previous_version}" ; then
|
if ynh_version_gt "2.56~ynh1" "${previous_version}" ; then
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
ynh_remove_nodejs
|
ynh_remove_nodejs
|
||||||
ynh_install_nodejs --nodejs_version="8.16.2"
|
ynh_install_nodejs --nodejs_version="8.16.2"
|
||||||
|
|
Loading…
Reference in a new issue