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-16 14:03:50 +01:00
parent 01ff435ee8
commit 7d6646a343

View file

@ -157,13 +157,6 @@ if ynh_version_gt "3.55~ynh1" "${previous_version}" ; then
ynh_store_file_checksum "$config_file" ynh_store_file_checksum "$config_file"
fi fi
if ynh_version_gt "3.79~ynh1" "${previous_version}" ; then
# Install dependencies
ynh_remove_nodejs
ynh_install_nodejs --nodejs_version=$nodejs_version
ynh_use_nodejs
fi
#================================================= #=================================================
# CHECK THE PATH # CHECK THE PATH
#================================================= #=================================================