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
01ff435ee8
commit
7d6646a343
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue